summaryrefslogtreecommitdiffstats
path: root/development/julia
diff options
context:
space:
mode:
author B. Watson2020-10-13 06:23:48 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:39:16 +0200
commit99722947e4cfb6efab99f353977e6fab6c7a904c (patch)
treec2eee3df272b62cc42af307d8f1c6ecc1b26c700 /development/julia
parentb7bfa300d044bddea5704216454f22b7d70ad736 (diff)
downloadslackbuilds-99722947e4cfb6efab99f353977e6fab6c7a904c.tar.gz
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/README10
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