diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 00:23:48 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:16 +0700 |
commit | 99722947e4cfb6efab99f353977e6fab6c7a904c (patch) | |
tree | c2eee3df272b62cc42af307d8f1c6ecc1b26c700 /development/julia | |
parent | b7bfa300d044bddea5704216454f22b7d70ad736 (diff) |
development/julia: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/julia')
-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 c7b459a76015..26f445176205 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 |