Add blurb about Julia.
authorBill Wendling <isanbard@gmail.com>
Mon, 14 May 2012 06:23:51 +0000 (06:23 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 14 May 2012 06:23:51 +0000 (06:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156754 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 52c829ccfb1c256b0a071a9a2c24f7bb65d2db67..367f6cb6ba216e69b805f139f20445b8a2bc17fe 100644 (file)
@@ -300,6 +300,22 @@ Release Notes</a>.</h1>
 
 </div>
 
+<h3>Julia</h3>
+
+<div>
+
+<p><a href="https://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
+   <a href="http://julialang.org/"> Julia Language</a> 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>LLVM D Compiler</h3>
 
 <div>