diff options
author | Chris Lattner <sabre@nondot.org> | 2011-11-25 20:36:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-11-25 20:36:17 +0000 |
commit | c3e4fdcc1093306ae94e9375b0ebd2233a9b87d7 (patch) | |
tree | d63afacf9786d12408f8c2e343382a9552c867f6 | |
parent | 614d0391e98a579e273be777e3005f9db393e0c0 (diff) | |
download | llvm-c3e4fdcc1093306ae94e9375b0ebd2233a9b87d7.zip llvm-c3e4fdcc1093306ae94e9375b0ebd2233a9b87d7.tar.gz llvm-c3e4fdcc1093306ae94e9375b0ebd2233a9b87d7.tar.bz2 |
add a user
llvm-svn: 145136
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 8b533e6..333d829 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -492,6 +492,22 @@ be used to verify some algorithms. example program. ispc is licensed under the BSD license.</p> </div> + +<!--=========================================================================--> +<h3>The Julia Programming Language</h3> + +<div> + +<p><a href="http://github.com/JuliaLang/julia">Julia</a> is a high-level, + high-performance dynamic language for technical + computing. It provides a sophisticated compiler, distributed parallel + execution, numerical accuracy, and an extensive mathematical function + library. The compiler uses type inference to generate fast code + without any type declarations, and uses LLVM's optimization passes and + JIT compiler. The language is designed around multiple dispatch, + giving programs a large degree of flexibility. It is ready for use on many + kinds of problems.</p> +</div> <!--=========================================================================--> <h3>LanguageKit and Pragmatic Smalltalk</h3> |