diff options
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 |
commit | 77b7439f328e5a80cb3b277f88e5310c7126b89c (patch) | |
tree | 65832fffe012d98c8eee623aaf69cff7a7fd5486 /development/julia/slack-desc | |
parent | 0193a5a11e26ee0455dba009f45f310b4999fcef (diff) |
development/julia: Added (Dynamic Programming Language).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/julia/slack-desc')
-rw-r--r-- | development/julia/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/julia/slack-desc b/development/julia/slack-desc new file mode 100644 index 0000000000000..c868414b63e4c --- /dev/null +++ b/development/julia/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +julia: julia (a high-level, high performance dynamic programming language) +julia: +julia: Julia is a high-level, high performance dynamic language for +julia: technical computing, with syntax that is familiar to users of other +julia: technical computing environments. It provides a sophisticated +julia: compiler, distributed parallel execution, numerical accuracy, and an +julia: extensive mathematical function library. +julia: +julia: Homepage: http://julialang.org +julia: Release date: November 24, 2014 +julia: |