Category:Julia: Difference between revisions

From Rosetta Code
Content added Content deleted
(expanded opening description of Julia)
No edit summary
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{stub}}
{{stub}}
{{language
{{language | Julia | site=http://julialang.org/ }}
|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.
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 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 it's primary paradigm.
It is a functional language that uses multiple dispatch as its primary paradigm.
It has first-class types and homoiconic macros.
It has first-class types and homoiconic macros.

==Todo==
[[Tasks_not_implemented_in_Julia]]

Latest revision as of 02:59, 27 February 2023

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Julia
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method:
Garbage collected: Yes
Parameter passing methods: By reference, By value
Type safety: Safe, Unsafe
Type strength: Strong
Type checking: Dynamic
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Julia.

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

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "Julia"

The following 200 pages are in this category, out of 1,649 total.

(previous page) (next page)

A

(previous page) (next page)