summaryrefslogtreecommitdiffstats
path: root/development/julia/README
diff options
context:
space:
mode:
author Arun Mascarenhas <arunmascarenhas@yahoo.com>2014-12-16 18:25:29 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-12-16 18:25:29 +0700
commit77b7439f328e5a80cb3b277f88e5310c7126b89c (patch)
tree65832fffe012d98c8eee623aaf69cff7a7fd5486 /development/julia/README
parent0193a5a11e26ee0455dba009f45f310b4999fcef (diff)
downloadslackbuilds-77b7439f328e5a80cb3b277f88e5310c7126b89c.tar.gz
slackbuilds-77b7439f328e5a80cb3b277f88e5310c7126b89c.tar.xz
development/julia: Added (Dynamic Programming Language).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/julia/README')
-rw-r--r--development/julia/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/development/julia/README b/development/julia/README
new file mode 100644
index 0000000000..9722cf439b
--- /dev/null
+++ b/development/julia/README
@@ -0,0 +1,7 @@
+Julia is a high-level, high-performance dynamic programming language for technical computing
+with syntax that is familiar to users of other technical computing environments.
+It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and
+an extensive mathematical function library.
+
+The library, largely written in Julia itself, also integrates mature, best-of-breed C and
+Fortran libraries for linear algebra, random number generation, signal processing, and string processing.