summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-10-25 20:27:37 +0000
committerBill Wendling <isanbard@gmail.com>2011-10-25 20:27:37 +0000
commit628c266aeea811beb83cd2b61a11d6e24e877bd7 (patch)
tree78cca0eb19f3603624747ecae8cd4fcf5454e4c1 /docs
parent2d7b4afa85e7d253616c54c3e55bdc96d10705c8 (diff)
downloadllvm-628c266aeea811beb83cd2b61a11d6e24e877bd7.tar.gz
llvm-628c266aeea811beb83cd2b61a11d6e24e877bd7.tar.bz2
llvm-628c266aeea811beb83cd2b61a11d6e24e877bd7.tar.xz
Add mention of Tart to external OS projects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142955 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 74c9afbeae..3b4bcf61d1 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -317,6 +317,27 @@ object-oriented programming, operator overloading and strong typing.</p>
<!--=========================================================================-->
+<h3>Tart Programming Language</h3>
+
+<div>
+
+<p><a href="http://code.google.com/p/tart/">Tart</a> is a general-purpose,
+ strongly typed programming language designed for application
+ developers. Strongly inspired by Python and C#, Tart focuses on practical
+ solutions for the professional software developer, while avoiding the clutter
+ and boilerplate of legacy languages like Java and C++. Although Tart is still
+ in development, the current implementation supports many features expected of
+ a modern programming language, such as garbage collection, powerful
+ bidirectional type inference, a greatly simplified syntax for template
+ metaprogramming, closures and function literals, reflection, operator
+ overloading, explicit mutability and immutability, and much more. Tart is
+ flexible enough to accommodate a broad range of programming styles and
+ philosophies, while maintaining a strong commitment to simplicity, minimalism
+ and elegance in design.</p>
+
+</div>
+
+<!--=========================================================================-->
<!--
<h3>PinaVM</h3>