add a user

llvm-svn: 145136
This commit is contained in:
Chris Lattner 2011-11-25 20:36:17 +00:00
parent 614d0391e9
commit c3e4fdcc10
1 changed files with 16 additions and 0 deletions

View File

@ -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>