[llvm-commits] [llvm] r145136 - /llvm/trunk/docs/ReleaseNotes.html

Chris Lattner sabre at nondot.org
Fri Nov 25 12:36:17 PST 2011


Author: lattner
Date: Fri Nov 25 14:36:17 2011
New Revision: 145136

URL: http://llvm.org/viewvc/llvm-project?rev=145136&view=rev
Log:
add a user

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=145136&r1=145135&r2=145136&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Fri Nov 25 14:36:17 2011
@@ -492,6 +492,22 @@
    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>





More information about the llvm-commits mailing list