diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/julia/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/development/julia/README b/development/julia/README index c7b459a760..26f4451762 100644 --- a/development/julia/README +++ b/development/julia/README @@ -22,10 +22,12 @@ types, which can also be user-defined. A Summary of Features: - * Multiple dispatch: providing ability to define function behavior across - many combinations of argument types - * Dynamic type system: types for documentation, optimization, and dispatch - * Good performance, approaching that of statically-compiled languages like C + * Multiple dispatch: providing ability to define function behavior + across many combinations of argument types + * Dynamic type system: types for documentation, optimization, and + dispatch + * Good performance, approaching that of statically-compiled languages + like C * Built-in package manager * Lisp-like macros and other metaprogramming facilities * Call Python functions: use the PyCall package |