aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-11-25 20:36:17 +0000
committerChris Lattner <sabre@nondot.org>2011-11-25 20:36:17 +0000
commitcc08977d1439a244c82517ed2193e304b91dfc69 (patch)
tree46007ab9d8fbd35dce3bd563132253505581e014 /docs
parent6a007d11e31c646a46c0991af0529fc94150a059 (diff)
downloadexternal_llvm-cc08977d1439a244c82517ed2193e304b91dfc69.zip
external_llvm-cc08977d1439a244c82517ed2193e304b91dfc69.tar.gz
external_llvm-cc08977d1439a244c82517ed2193e304b91dfc69.tar.bz2
add a user
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145136 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 8b533e6..333d829 100644
--- a/docs/ReleaseNotes.html
+++ b/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>