mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-05 09:24:28 +00:00
add a user
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145136 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -492,6 +492,22 @@ be used to verify some algorithms.
|
|||||||
example program. ispc is licensed under the BSD license.</p>
|
example program. ispc is licensed under the BSD license.</p>
|
||||||
|
|
||||||
</div>
|
</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>
|
<h3>LanguageKit and Pragmatic Smalltalk</h3>
|
||||||
|
Reference in New Issue
Block a user