RosettaCodeData/Lang/Julia/00-LANG.txt
2023-07-01 13:44:08 -04:00

19 lines
No EOL
585 B
Text

{{stub}}
{{language
|Julia
|exec=byte
|site=https://julialang.org/
|gc=yes
|parampass=both
|safety=both
|checking=dynamic
|strength=strong
}}
Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax silimar to [[MATLAB]]'s.
It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.
It is a functional language that uses multiple dispatch as its primary paradigm.
It has first-class types and homoiconic macros.
==Todo==
[[Tasks_not_implemented_in_Julia]]