diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2016-12-20 09:30:25 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2016-12-20 09:30:25 +0000 |
commit | 808a5c41dc0384a317066a9dadf0ba6ec47fc1af (patch) | |
tree | 288a649f61401b225ddfec1c61bc0f42666b08a2 /lang/julia/pkg-descr | |
parent | 430974750f81ca8526a65cdfe0888f66188081ff (diff) |
- Add lang/julia, Julia Language: A fresh approach to technical computing
PR: 215297
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw>
Notes
Notes:
svn path=/head/; revision=428982
Diffstat (limited to 'lang/julia/pkg-descr')
-rw-r--r-- | lang/julia/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/julia/pkg-descr b/lang/julia/pkg-descr new file mode 100644 index 000000000000..8b18916caae4 --- /dev/null +++ b/lang/julia/pkg-descr @@ -0,0 +1,9 @@ +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. + +WWW: http://julialang.org/ |