freeCodeCamp/guide/english/julia/index.md

10 lines
633 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Julia
---
## What is Julia?
<a href='https://julialang.org' target='_blank' rel='nofollow'>Julia</a> is a
high-performance, optionally-typed programming language aimed for scientific and numerical computing. It features libraries for linear algebra, numeric optimization, signal processing and machine learning among others. It uses multiple dispatch and has an LLVM backend and JIT compiler.
Julia is selected to be used in the development of the safety critic <a href='https://juliacomputing.com/case-studies/lincoln-labs.html' target='_blank' rel='nofollow'>next generation airborne collision avoidance system.</a>