forked from JuliaLang/www.julialang.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
671 lines (606 loc) · 34.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
<!doctype html>
<html lang="en">
<head>
{{insert meta.html}}
{{insert head_scripts.html}}
<title>The Julia Programming Language</title>
<link rel="icon" href="/assets/infra/julia.ico">
<meta name="p:domain_verify" content="6a650661a1683e503c6331daf1155d17"/>
</head>
<body>
<div class="container-fluid" id="top-alert">
<div class="alert alert-dark alert-dismissible mb-0" role="alert">
<!-- Only this <p> element should be changed in an alert -->
<p class="text-center">
Get a limited edition Julia Language Hacktoberfest shirt <a href="https://www.bonfire.com/julia-language-hacktoberfest-2020-shirt/">on Bonfire</a>
</p>
<!-- <p class="text-center">
Check out Grant Sanderson (3Blue1Brown), Alan Edelman, David Sanders and James Schloss <a href="https://computationalthinking.mit.edu/Fall20/">teaching Julia at MIT</a>
Nothing more!
</p> -->
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
{{insert navbar.html}}
<!--
Splash 'THE JULIA PROGRAMMING LANGUAGE'
-->
<div class="container">
<div class="jumbotron page-heading">
<h1 class="main-heading">
The Julia Programming Language
</h1>
<p>
<a class="btn btn-success btn-lg" href="/downloads/" role="button">Download v{{stable_release}}</a>
<a class="btn btn-primary btn-lg" href="https://docs.julialang.org" role="button">Documentation</a>
<span class="btn float-md-right">
<a class="github-button" href="https://github.com/JuliaLang/julia" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star JuliaLang/julia on GitHub">Star</a>
</span>
</p>
</div>
</div>
<!--
Containers: JULIA IN A NUTSHELL
-->
<div class="container pt-sm-2">
<div class="row">
<div class="col-lg-4 col-md-3 language-features "><hr/></div>
<div class="col-lg-4 col-md-6 language-features section-heading">
<h2 class="lead secondary-heading">
Julia in a Nutshell
</h2>
</div>
<div class="col-lg-4 col-md-3 language-features"><hr/></div>
</div>
<br>
<div class="row">
<!-- 1 -->
<div class="col-lg-4 col-md-6 feature">
<h3>Fast</h3>
<p>Julia was designed from the beginning for <a href="/benchmarks/">high performance</a>.
Julia programs compile to efficient native code for <a href="/downloads/#support_tiers">multiple platforms</a> via LLVM.</p>
</div>
<!-- 2 -->
<div class="col-lg-4 col-md-6 feature">
<h3>Dynamic</h3>
<p>Julia is <a href="https://docs.julialang.org/en/v1/manual/types/">dynamically typed</a>, feels like a scripting language, and has good support for <a href="https://docs.julialang.org/en/v1/stdlib/REPL/">interactive</a> use.</p>
</p>
</div>
<!-- 3 -->
<div class="col-lg-4 col-md-6 feature">
<h3>Reproducible</h3>
<p><a href="https://julialang.github.io/Pkg.jl/v1/environments/">Reproducible environments</a> make it possible to recreate the same Julia environment every time, across platforms, with <a href="https://binarybuilder.org">pre-built binaries</a>.</p>
</div>
<!-- 4 -->
<div class="col-lg-4 col-md-6 feature">
<h3>Composable</h3>
<p>Julia uses <a href="https://docs.julialang.org/en/v1/manual/methods/">multiple dispatch</a> as a paradigm, making it easy to express many object-oriented and <a href="https://docs.julialang.org/en/v1/manual/functions/">functional</a> programming patterns. The talk on the <a href="https://www.youtube.com/watch?v=kc9HwsxE1OY">Unreasonable Effectiveness of Multiple Dispatch</a> explains why it works so well.
</div>
<!-- 5 -->
<div class="col-lg-4 col-md-6 feature">
<h3>General</h3>
Julia provides <a href="https://docs.julialang.org/en/v1/manual/networking-and-streams/">asynchronous I/O</a>, <a href="https://docs.julialang.org/en/v1/manual/metaprogramming/">metaprogramming</a>, <a href="https://github.com/JuliaDebug/Debugger.jl">debugging</a>, <a href="https://docs.julialang.org/en/v1/stdlib/Logging/">logging</a>, <a href="https://docs.julialang.org/en/v1/manual/profile/">profiling</a>, a <a href="https://docs.julialang.org/en/v1/stdlib/Pkg/index.html">package manager</a>, and more. One can build entire <a href="https://www.youtube.com/watch?v=uLhXgt_gKJc">Applications and Microservices</a> in Julia.</p>
</div>
<!-- 6 -->
<div class="col-lg-4 col-md-6 feature">
<h3>Open source</h3>
<p>Julia is an open source project with over 1,000 contributors. It is made available under the <a href="https://github.com/JuliaLang/julia/blob/master/LICENSE.md">MIT license</a>. The <a href="https://github.com/JuliaLang/julia">source code</a> is available on GitHub.</p>
</div>
</div>
<br>
<div class="row">
<div class="col-12" style="text-align: center">
<a class="btn btn-sm btn-outline-primary" href="/learning/code-examples/">See Julia Code Examples</a>
<a class="btn btn-sm btn-outline-primary" href="/learning/tryjulia">Try Julia In Your Browser</a>
</div>
</div>
</div>
<br>
<!--
Containers: ECOSYSTEM
-->
<div class="container-fluid alt-color">
<br>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-3 ecosystem"><hr/></div>
<div class="col-lg-4 col-md-6 ecosystem section-heading">
<h2 class="lead secondary-heading">Ecosystem</h2>
</div>
<div class="col-lg-4 col-md-3 ecosystem"><hr/></div>
</div>
<br>
<div class="row">
<ul class="nav nav-tabs nav-justified" id="ecosystem-tab" role="tablist">
<!-- Tab 1 -->
<li class="nav-item">
<a class="nav-link active" id="viz-tab" data-toggle="tab" href="#tab-viz" role="tab" aria-controls="viz" aria-selected="true">Visualization</a>
</li>
<!-- Tab 2 -->
<li class="nav-item">
<a class="nav-link" id="general-tab" data-toggle="tab" href="#tab-general" role="tab" aria-controls="general" aria-selected="false">General Purpose</a>
</li>
<!-- Tab 3 -->
<li class="nav-item">
<a class="nav-link" id="ds-tab" data-toggle="tab" href="#tab-ds" role="tab" aria-controls="ds" aria-selected="false">Data Science</a>
</li>
<!-- Tab 4 -->
<li class="nav-item">
<a class="nav-link" id="math-tab" data-toggle="tab" href="#tab-math" role="tab" aria-controls="math" aria-selected="false">Machine Learning</a>
</li>
<!-- Tab 5 -->
<li class="nav-item">
<a class="nav-link" id="sci-tab" data-toggle="tab" href="#tab-sci" role="tab" aria-controls="sci" aria-selected="false">Scientific Domains</a>
</li>
<!-- Tab 6 -->
<li class="nav-item">
<a class="nav-link" id="computing-tab" data-toggle="tab" href="#tab-computing" role="tab" aria-controls="computing" aria-selected="false">Parallel Computing</a>
</li>
</ul>
</div>
<!-- TAB DETAILS -- GENERAL -->
<div class="tab-content" id="ecosystem-tab-content">
<div class="tab-pane" id="tab-general" role="tabpanel" aria-labelledby="general-tab">
<h3 class="tab-title">General Computing</h3>
<img src="/assets/infra/minesweeper.png" class="pb-2 ecosystem-image" style="width: 400px; height: 280px" alt="minesweeper gameover" />
<div class="container-fluid">
<h4>Build, Deploy or Embed Your Code</h4>
<p>
Julia makes it possible to build complete applications. Write web UIs with <a href="https://github.com/plotly/Dash.jl">Dash.jl</a> or native UIs with <a href="https://github.com/barche/QML.jl">QML.jl</a> and <a href="https://github.com/JuliaGraphics/Gtk.jl">GTK.jl</a>. Build shared libraries and executables with <a href="https://github.com/JuliaLang/PackageCompiler.jl">PackageCompiler</a>. Deploy on a webserver with <a href="https://github.com/JuliaWeb/HTTP.jl">HTTP.jl</a> or embedded devices using ARM binaries. Powerful shell integration make it easy to <a href="https://docs.julialang.org/en/v1/manual/running-external-programs/">managing other processes</a>.
</p>
<p>
Julia has foreign function interfaces for
<a href = "https://docs.julialang.org/en/v1/manual/calling-c-and-fortran-code/">C, Fortran</a>,
<a href = "https://github.com/JuliaInterop/CxxWrap.jl">C++</a>,
<a href = "https://github.com/JuliaPy/PyCall.jl">Python</a>,
<a href = "https://github.com/JuliaInterop/RCall.jl">R</a>,
<a href = "https://github.com/JuliaInterop/JavaCall.jl">Java</a>,
and many other languages. Julia can also be embedded in other programs through its <a href="https://docs.julialang.org/en/v1/manual/embedding/">embedding API</a>. Specifically, Python programs can call Julia using <a href="https://github.com/JuliaPy/pyjulia">PyJulia</a>. R programs can do the same with <a href="https://cran.r-project.org/web/packages/JuliaCall/index.html">R's JuliaCall</a>, which is demonstrated by <a href="https://rpubs.com/dmbates/377897">calling MixedModels.jl from R</a>.
</p>
</div>
</div>
<!-- TAB DETAILS -- PARALLEL -->
<div class="tab-pane" id="tab-computing" role="tabpanel" aria-labelledby="computing-tab">
<h3 class="tab-title">Parallel Computing</h3>
<div class="row">
<div class="col-lg-12">
<img src="/assets/infra/parallel-prefix.png" class="pb-2 ecosystem-image" style="width: 400px; height: 280px" alt="parallel prefix graphical result" />
<div class="container-fluid">
<h4>
Parallel and Heterogeneous Computing
</h4>
<p>
Julia is designed for parallelism, and provides built-in primitives for parallel computing at every level:
<a href = "https://github.com/chriselrod/LoopVectorization.jl"> instruction level parallelism</a>,
<a href = "https://docs.julialang.org/en/v1/manual/multi-threading/">multi-threading</a>,
<a href = "https://juliagpu.org">GPU computing</a>, and
<a href = "https://docs.julialang.org/en/v1/manual/distributed-computing/">distributed computing</a>.
The <a href="https://github.com/jeff-regier/Celeste.jl">Celeste.jl </a> project <a href = "https://arxiv.org/pdf/1801.10277.pdf" title = "PDF paper on Cataloging the Visible Universe through Bayesian Inference at Petascale hosted on arxiv.org"> achieved 1.5 PetaFLOP/s</a> on the <a href="https://cs.lbl.gov/news-media/news/2016/celeste-enhancements-create-new-opportunities-in-sky-surveys/">Cori supercomputer at NERSC</a> using 650,000 cores.
</p>
<p>
The Julia compiler can also generate native code for <a href="https://juliagpu.org">GPUs</a>. Packages such as <a href="https://github.com/JuliaParallel/DistributedArrays.jl">DistributedArrays.jl</a> and <a href="https://github.com/JuliaParallel/Dagger.jl">Dagger.jl</a> provide higher levels of abstraction for parallelism.
Distributed Linear Algebra is provided by packages like <a href="https://github.com/JuliaParallel/Elemental.jl">Elemental.jl</a> and <a href="https://github.com/JuliaLinearAlgebra/TSVD.jl">TSVD.jl</a>. MPI style parallelism is also available through <a href="https://github.com/JuliaParallel/MPI.jl">MPI.jl</a>.
</p>
</div>
</div>
</div>
</div>
<!-- TAB DETAILS -- MACHINE LEARNING -->
<div class="tab-pane" id="tab-math" role="tabpanel" aria-labelledby="math-tab">
<h3 class="tab-title">Machine Learning</h3>
<div class="row">
<div class="col-lg-12">
<img src="/assets/infra/cartpole.gif" class="pb-2 ecosystem-image" style="width: 400px; height: 267px" alt="cartpole reinforcement learning problem visualization" />
<div class="container">
<h4>
Scalable Machine Learning
</h4>
<p>
The <a href="https://github.com/alan-turing-institute/MLJ.jl">MLJ.jl</a> package provides a unified interface to common machine learning algorithms, which include
<a href = "https://github.com/JuliaStats/GLM.jl">generalized linear models</a>, <a href = "https://github.com/dmlc/XGBoost.jl">decision trees</a>, and <a href = "https://github.com/JuliaStats/Clustering.jl">clustering</a>.
<a href = "https://github.com/FluxML/Flux.jl">Flux.jl</a> and <a href = "https://github.com/denizyuret/Knet.jl">Knet.jl</a> are powerful packages for Deep Learning.
Packages such as <a href="https://github.com/FluxML/Metalhead.jl">Metalhead</a>, <a href="https://github.com/r3tex/ObjectDetector.jl">ObjectDetector</a>, and <a href="https://github.com/JuliaText/TextAnalysis.jl">TextAnalysis.jl</a> provide ready to use pre-trained models for common tasks.
<a href="https://github.com/jonathan-laurent/AlphaZero.jl">AlphaZero.jl</a> provides a high peformance implementation of the reinforcement learning algorithms from AlphaZero. <a href="https://turing.ml">Turing.jl</a> is a best in class package for probabilistic programming.
</p>
</div>
</div>
</div>
</div>
<!-- TAB DETAILS -- SCICOMP -->
<div class="tab-pane" id="tab-sci" role="tabpanel" aria-labelledby="sci-tab">
<h3 class="tab-title">Scientific Computing</h3>
<div class="row">
<div class="col-lg-12">
<img src="/assets/infra/lorenz.gif" class="pb-2 ecosystem-image" style="width: 400px;" alt="Lorenz Attractor visualization" />
<div class="container">
<h4>
Rich Ecosystem for Scientific Computing
</h4>
<p>Julia is designed from the ground up to be very good at numerical and scientific computing.
This can be seen in the abundance of scientific tooling written in Julia, such as the state-of-the-art differential equations ecosystem <a href = "https://github.com/SciML/DifferentialEquations.jl">(DifferentialEquations.jl)</a>, optimization tools (<a href = "https://github.com/jump-dev/JuMP.jl">JuMP.jl</a> and <a href = "https://github.com/JuliaNLSolvers/Optim.jl">Optim.jl</a>), iterative linear solvers <a href = "https://github.com/JuliaMath/IterativeSolvers.jl">(IterativeSolvers.jl)</a>, Fast Fourier transforms <a href = "https://github.com/JuliaMath/AbstractFFTs.jl">(AbstractFFTs.jl)</a>, and much more. General purpose simulation frameworks are available for <a href="https://sciml.ai">Scientific Machine Learning</a>, <a href = "https://github.com/QuantumBFS/Yao.jl">Quantum computing</a> and much more.</p>
<p>Julia also offers a number of domain-specific ecosystems, such as in biology <a href = "https://github.com/BioJulia"> (BioJulia)</a>, operations research <a href = "https://jump.dev"> (JuMP Dev)</a>, image processing <a href = "https://juliaimages.github.io/latest/">(JuliaImages)</a>, quantum physics <a href = "https://github.com/QuantumBFS">(QuantumBFS)</a>, nonlinear dynamics <a href = "https://github.com/JuliaDynamics"> (JuliaDynamics)</a>, quantitative economics <a href = "https://github.com/QuantEcon">(QuantEcon)</a>, astronomy <a href = "https://juliaastro.github.io"> (JuliaAstro)</a> and ecology <a href = "https://github.com/EcoJulia">(EcoJulia)</a>. With a set of highly enthusiastic developers and maintainers, the scientific ecosystem in Julia continues to grow rapidly. </p>
</div>
</div>
</div>
</div>
<!-- TAB DETAILS -- DATA SCIENCE -->
<div class="tab-pane" id="tab-ds" role="tabpanel" aria-labelledby="ds-tab">
<h3 class="tab-title">Data Science</h3>
<div class="row">
<div class="col-lg-12">
<img src="/assets/infra/onlinestats.gif" class="pb-2 ecosystem-image" style="width: 400px;" alt="Visualization of weighted data changing as more data is plotted" />
<div class="container">
<h4>Interact with your Data</h4>
<p>The Julia data ecosystem provides <a href="https://github.com/JuliaData/DataFrames.jl">DataFrames.jl</a> to work with datasets, and perform common data manipulations. <a href="https://github.com/JuliaData/CSV.jl">CSV.jl</a> is a fast multi-threaded package to read CSV files and integration with the Arrow ecosystem is in the works with <a href="https://github.com/JuliaData/Arrow.jl">Arrow.jl</a>. Online computations on streaming data can be performed with <a href = "https://github.com/joshday/OnlineStats.jl">OnlineStats.jl</a>.
The <a href = "https://www.queryverse.org/">Queryverse</a> provides query, file IO and visualization functionality. In addition to working with tabular data, the <a href = "https://juliagraphs.github.io">JuliaGraphs</a> packages make it easy to work with combinatorial data.</p>
<p>Julia can work with almost all databases using <a href = "https://github.com/JuliaDatabases/JDBC.jl">JDBC.jl</a> and <a href = "https://github.com/JuliaDatabases/ODBC.jl">ODBC.jl</a> drivers. In addition, it also integrates with the Spark ecosystem through <a href = "https://github.com/dfdx/Spark.jl">Spark.jl</a>.</p>
</div>
</div>
</div>
</div>
<!-- TAB DETAILS -- VISUALIZATION -->
<div class="tab-pane active" id="tab-viz" role="tabpanel" aria-labelledby="viz-tab">
<h3 class="tab-title">Visualization</h3>
<div class="row">
<div class="col-lg-12">
<div class="container">
<img src="/assets/infra/waves.gif" class="pb-2 ecosystem-image" style="width: 400px;" alt="Visualization of waves in 3D, as a heatmap, and on the x y axis" />
<h4>Data Visualization and Plotting</h4>
<p>Data visualization has a complicated history. Plotting software makes trade-offs between features and simplicity, speed and beauty, and a static and dynamic interface. Some packages make a display and never change it, while others make updates in real-time.</p>
<p><a href="https://github.com/JuliaPlots/Plots.jl">Plots.jl</a> is a visualization interface and toolset. It provides a common API across various <a href="https://docs.juliaplots.org/latest/backends/">backends</a>, like <a href="https://github.com/jheinen/GR.jl">GR.jl</a>, <a href="https://github.com/JuliaPy/PyPlot.jl">PyPlot.jl</a>, and <a href="https://github.com/JuliaPlots/PlotlyJS.jl">PlotlyJS.jl</a>. <a href="https://github.com/JuliaPlots/Makie.jl">Makie.jl</a> is a sophisticated package for complex graphics and animations. Users who are used to "grammar of graphics" plotting APIs should take a look at <a href="https://github.com/GiovineItalia/Gadfly.jl">Gadfly.jl</a>. <a href="https://github.com/queryverse/VegaLite.jl">VegaLite.jl</a> provides the <a href="https://vega.github.io/vega-lite/">Vega-Lite</a> grammar of interactive graphics interface as a Julia package. For those who do not wish to leave the comfort of the terminal, there is also <a href="https://github.com/Evizero/UnicodePlots.jl">UnicodePlots.jl</a>.</p>
</div>
</div>
</div>
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Lorenz Attractor in Julia</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre><code class="julia">
function fill_twos!(a)
for i=1:length(a)
a[i] = 2
end
end
function fast_strange_twos(n)
a = Array(randbool() ? Int64 : Float64, n)
fill_twos!(a)
return a
end
</code></pre>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br>
</div>
</div> <!-- END OF ECOSYSTEM -->
<!--
Containers: JULIA CON 2020
-->
<div class="container">
<br><br>
<div class="row">
<div class="col-lg-4 col-md-3 language-features "><hr/></div>
<div class="col-lg-4 col-md-6 language-features section-heading">
<h2 class="lead secondary-heading">JuliaCon 2020</h2>
</div>
<div class="col-lg-4 col-md-3 language-features"><hr/></div>
</div>
<div class="row">
<div class="col-lg-8 col-md-8 video">
<meta name="description" content="Watch what unfolded at JuliaCon 2020 here. The latest developments, optimizations, and features happen right here, at JuliaCon."/>
<script type="text/javascript">
var src = 'https://www.youtube.com/embed/videoseries?list=PLP8iPy9hna6Tl2UHTrm4jnIYrLkIcAROR';
var index = Math.floor(Math.random() * 163);
var videoUrl = src + '&index=' + index;
document.write('<div class="embed-responsive embed-responsive-16by9"><iframe src="' + videoUrl + '" frameborder="0" allowfullscreen></iframe></div>')
</script>
</div>
</div>
<div class="row">
<div class="col-12 text-center">
<a class="btn btn-sm btn-outline-primary" href="https://www.youtube.com/user/JuliaLanguage">Julia Channel on YouTube</a>
<a class="btn btn-sm btn-outline-primary" href="https://www.youtube.com/embed/videoseries?list=PLP8iPy9hna6Tl2UHTrm4jnIYrLkIcAROR">JuliaCon 2020 videos</a>
</div>
</div>
<br>
</div>
<!--
Containers: PACKAGES
-->
<div class="container-fluid alt-color packages">
<br><br>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-3 ecosystem"><hr/></div>
<div class="col-lg-4 col-md-6 ecosystem section-heading">
<h2 class="lead secondary-heading"><a href="/packages/">Packages</a></h2>
</div>
<div class="col-lg-4 col-md-3 ecosystem"><hr/></div>
</div>
<br>
<p>Julia has been downloaded over 17 million times and the Julia community has registered <a href="https://juliahub.com">over 4,000 Julia packages</a> for community use.
These include various mathematical libraries, data manipulation tools, and packages for general purpose computing. In addition to these, you can easily use libraries from <a href="https://github.com/JuliaPy/PyCall.jl">Python</a>, <a href="https://github.com/JuliaInterop/RCall.jl">R</a>, <a href="https://docs.julialang.org/en/v1/manual/calling-c-and-fortran-code/#Calling-C-and-Fortran-Code-1">C/Fortran</a>, <a href="https://github.com/Keno/Cxx.jl">C++</a>, and <a href="https://github.com/JuliaInterop/JavaCall.jl">Java</a>.
If you do not find what you are looking for, ask on <a href="https://discourse.julialang.org">Discourse</a>, or even better, <a href="https://julialang.github.io/Pkg.jl/v1/">contribute one</a>!</p>
<br><br>
<div class="row">
<div class="col-12" style="text-align: center">
<a class="btn btn-sm btn-outline-danger" href="https://juliahub.com">JuliaHub: Ecosystem Pulse</a>
<a class="btn btn-sm btn-outline-danger" href="https://juliaobserver.com/">Julia Observer</a>
</div>
</div>
<br>
</div>
</div>
<!--
Containers: RECENT BLOG POSTS
-->
<div class="container">
<br><br>
<div class="row">
<div class="col-lg-4 col-md-3 language-features "><hr/></div>
<div class="col-lg-4 col-md-6 language-features section-heading">
<h2 class="lead secondary-heading">Recent Blog Posts</h2>
</div>
<div class="col-lg-4 col-md-3 language-features"><hr/></div>
</div>
<br>
<!-- NOTE: here could use an insert statement
where the inserted element would be a generated file-->
<div class="row">
{{recentblogposts}}
</div>
<br>
<div class="row">
<div class="col-12" style="text-align: center">
<a class="btn btn-sm btn-outline-primary" href="/blog/">Visit blog</a>
</div>
</div>
<br>
</div>
<!--
Containers: TALK TO US
-->
<div class="container-fluid alt-color">
<br><br>
<!-- Talk to us -->
<div class="container" style="max-width:1140px;">
<div class="row">
<div class="col-lg-4 col-md-3 ecosystem"><hr/></div>
<div class="col-lg-4 col-md-6 ecosystem section-heading">
<h2 class="lead secondary-heading">Talk to us</h2>
</div>
<div class="col-lg-4 col-md-3 ecosystem"><hr/></div>
</div>
<br>
<!-- Row Discourse-Github-Videos-Twitter -->
<div class="row">
<div class="col-lg-3 col-md-6" style="text-align:center;">
<h3>Discourse</h3>
<a href="https://discourse.julialang.org/" target="_blank">
<img src="/assets/infra/discourse.svg" height="85" width="85" alt="Discourse Logo" /></a>
<h4 class="outer-link">
<a class="link extra-link" href="https://discourse.julialang.org/" target="_blank">Discourse (English)</a>
</h4>
</div>
<div class="col-lg-3 col-md-6" style="text-align:center;">
<h3>GitHub</h3>
<a href="https://github.com/JuliaLang/julia" target="_blank">
<img src="/assets/infra/github.svg" height="85" width="85" alt="GitHub Logo" /></a>
<h4 class="outer-link">
<a class="link extra-link" href="https://github.com/JuliaLang/julia" target="_blank">Source code</a>
</h4>
</div>
<div class="col-lg-3 col-md-6" style="text-align:center">
<h3>Videos</h3>
<a href="https://www.youtube.com/user/JuliaLanguage" target="_blank">
<img src="/assets/infra/youtube.svg" height="85" width="85" alt="YouTube Logo" /></a>
<h4 class="outer-link">
<a class="link extra-link" href="https://www.youtube.com/user/JuliaLanguage" target="_blank">YouTube</a>
</h4>
</div>
<div class="col-lg-3 col-md-6" style="text-align:center">
<h3>Twitter</h3>
<a href="https://twitter.com/JuliaLanguage" target="_blank">
<img src="/assets/infra/twitter.svg" height="85" width="85" alt="Twitter Logo" /></a>
<h4 class="outer-link">
<a class="link extra-link" href="https://twitter.com/JuliaLanguage" target="_blank">#JuliaLang</a>
</h4>
</div>
</div>
<!-- Row Facebook-LinkedIn-Insagram-Twitch -->
<div class="row">
<div class="col-lg-3 col-md-6" style="text-align:center;">
<h3>Facebook</h3>
<a href="https://www.facebook.com/julialanguage" target="_blank">
<img src="/assets/infra/facebook.png" height="85" width="85" alt="Facebook Logo" /></a>
<h4 class="outer-link">
<a class="link extra-link" href="https://www.facebook.com/julialanguage" target="_blank">Facebook</a>
</h4>
</div>
<div class="col-lg-3 col-md-6" style="text-align:center;">
<h3>LinkedIn</h3>
<a href="https://www.linkedin.com/company/the-julia-language" target="_blank">
<img src="/assets/infra/linkedin.png" height="85" width="85" alt="LinkedIn Logo" /></a>
<h4 class="outer-link">
<a class="link extra-link" href="https://www.linkedin.com/company/the-julia-language" target="_blank">LinkedIn</a>
</h4>
</div>
<div class="col-lg-3 col-md-6" style="text-align:center">
<h3>Instagram</h3>
<a href="https://www.instagram.com/julia.language/" target="_blank">
<img src="/assets/infra/instagram.png" height="85" width="85" alt="Instagram Logo" /></a>
<h4 class="outer-link">
<a class="link extra-link" href="https://www.instagram.com/julia.language/" target="_blank">Instagram</a>
</h4>
</div>
<div class="col-lg-3 col-md-6" style="text-align:center">
<h3>Twitch</h3>
<a href="https://www.twitch.tv/JuliaLanguage" target="_blank">
<img src="/assets/infra/twitch.png" height="85" width="85" alt="Twitch Logo" /></a>
<h4 class="outer-link">
<a class="link extra-link" href="https://www.twitch.tv/JuliaLanguage" target="_blank">Twitch</a>
</h4>
</div>
</div>
<br><br>
</div>
</div> <!-- end of talk to us container -->
<!--
Containers: EDITORS AND IDES
-->
<div class="container">
<br><br>
<div class="row">
<div class="col-lg-3 col-md-2 language-features"><hr/></div>
<div class="col-lg-6 col-md-8 language-features section-heading">
<h2 class="lead secondary-heading">Editors and IDEs</h2>
</div>
<div class="col-lg-3 col-md-2 language-features"><hr/></div>
</div>
<br>
<div class="row ides">
<div class="col-lg-3 col-md-6 ide ide-feature">
<h3>Juno</h3>
<a href="https://junolab.org/" target="_blank">
<img src="/assets/infra/atom.png" height="85" width="85" alt="Atom Logo" /></a>
<h4 class="outer-link">
<a class="link extra-link" href="https://junolab.org/" target="_blank">Atom Plugin</a>
</h4>
</div>
<div class="col-lg-3 col-md-6 ide ide-feature">
<h3>VS Code</h3>
<a href="https://www.julia-vscode.org/" target="_blank">
<img src="/assets/infra/vscode.png" height="85" width="85" alt="VSCode Logo" /></a>
<h4 class="outer-link">
<a class="link extra-link" href="https://www.julia-vscode.org/" target="_blank">VS Code Extension</a>
</h4>
</div>
<div class="col-lg-3 col-md-6 ide ide-feature">
<h3>Jupyter</h3>
<a href="https://github.com/JuliaLang/IJulia.jl" target="_blank">
<img src="/assets/infra/jupyter.svg" height="85" width="85" alt="Jupyter Logo" /></a>
<h4 class="outer-link">
<a class="link extra-link" href="https://github.com/JuliaLang/IJulia.jl" target="_blank">Jupyter kernel</a>
</h4>
</div>
<div class="col-lg-3 col-md-6 ide ide-feature">
<h3>Pluto.jl</h3>
<a href="https://github.com/fonsp/Pluto.jl" target="_blank">
<img src="/assets/infra/pluto_jl.svg" height="85" width="85" alt="Pluto.jl Logo" /></a>
<h4 class="outer-link">
<a class="link extra-link" href="https://github.com/fonsp/Pluto.jl" target="_blank">Pluto reactive notebook</a>
</h4>
</div>
<div class="col-lg-3 col-md-6 ide ide-feature">
<h3>Vim</h3>
<a href="https://github.com/JuliaEditorSupport/julia-vim" target="_blank">
<img src="/assets/infra/vim.png" height="85" width="85" alt="Vim Logo" /></a>
<h4 class="outer-link">
<a class="link extra-link" href="https://github.com/JuliaEditorSupport/julia-vim" target="_blank">Vim plugin</a>
</h4>
</div>
<div class="col-lg-3 col-md-6 ide ide-feature">
<h3>Emacs</h3>
<a href="https://github.com/JuliaEditorSupport/julia-emacs" target="_blank">
<img src="/assets/infra/emacs.png" height="85" width="85" alt="Emacs Logo" /></a>
<h4 class="outer-link">
<a class="link extra-link" href="https://github.com/JuliaEditorSupport/julia-emacs" target="_blank">Emacs plugin</a>
</h4>
</div>
<div class="col-lg-3 col-md-6 ide ide-feature">
<h3>SublimeText</h3>
<a href="https://github.com/JuliaEditorSupport/Julia-sublime" target="_blank">
<img src="/assets/infra/sublime.png" height="85" width="85" alt="Sublime logo" /></a>
<h4 class="outer-link">
<a class="link extra-link" href="https://github.com/JuliaEditorSupport/Julia-sublime" target="_blank">Sublime Text</a>
</h4>
</div>
<div class="col-lg-3 col-md-6 ide ide-feature">
<h3>NotePad++</h3>
<a href="https://github.com/JuliaEditorSupport/julia-NotepadPlusPlus" target="_blank">
<img src="/assets/infra/notepad.png" height="85" width="85" alt="Notepad Plus Plus logo" /></a>
<h4 class="outer-link">
<a class="link extra-link" href="https://github.com/JuliaEditorSupport/julia-NotepadPlusPlus" target="_blank">Notepad++</a>
</h4>
</div>
</div>
</div>
<!--
Containers: ESSENTIAL TOOLS
-->
<div class="container">
<br><br>
<div class="row">
<div class="col-lg-3 col-md-2 language-features"><hr/></div>
<div class="col-lg-6 col-md-8 language-features section-heading">
<h2 class="lead secondary-heading">Essential Tools</h2>
</div>
<div class="col-lg-3 col-md-2 language-features"><hr/></div>
</div>
<br>
<div class="row ides">
<div class="col-lg-3 col-md-6 ide ide-feature">
<h3>Debugger</h3>
<a href="https://github.com/JuliaDebug/Debugger.jl" target="_blank">
<img src="/assets/infra/Debug.png" height="85" width="85" alt="Debugger" /></a>
<h4 class="outer-link">
<a class="link extra-link" href="https://github.com/JuliaDebug/Debugger.jl" target="_blank">Debugger.jl</a>
</h4>
</div>
<div class="col-lg-3 col-md-6 ide ide-feature">
<h3>Profiler</h3>
<a href="https://docs.julialang.org/en/v1/manual/profile/" target="_blank">
<img src="/assets/infra/profile.png" height="85" width="85" alt="Profiler Logo" /></a>
<h4 class="outer-link">
<a class="link extra-link" href="https://docs.julialang.org/en/v1/manual/profile/" target="_blank">Profile (Stdlib)</a>
</h4>
</div>
<div class="col-lg-3 col-md-6 ide ide-feature">
<h3>Revise</h3>
<a href="https://github.com/timholy/Revise.jl" target="_blank">
<img src="/assets/infra/revise.png" height="85" width="85" alt="Revise Logo" /></a>
<h4 class="outer-link">
<a class="link extra-link" href="https://github.com/timholy/Revise.jl" target="_blank">Revise.jl</a>
</h4>
</div>
<div class="col-lg-3 col-md-6 ide ide-feature">
<h3>GPUs</h3>
<a href="https://juliagpu.org/" target="_blank">
<img src="/assets/infra/gpu.png" height="85" width="85" alt="Julia GPU Logo" /></a>
<h4 class="outer-link">
<a class="link extra-link" href="https://juliagpu.org/" target="_blank">JuliaGPU</a>
</h4>
</div>
</div>
</div>
<br>
<!-- FOOT -->
{{insert foot_general.html}}
<script>
$topAlert = $('#top-alert .alert');
const alertText = $('#top-alert p').html().trim();
const alertClosed = JSON.parse(localStorage.getItem(alertText));
if (alertClosed) {
$topAlert.alert('close');
}
$topAlert.on('close.bs.alert', function () {
localStorage.setItem(alertText, true);
});
</script>
</body>
</html>