Add mention of Tart to external OS projects.
authorBill Wendling <isanbard@gmail.com>
Tue, 25 Oct 2011 20:27:37 +0000 (20:27 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 25 Oct 2011 20:27:37 +0000 (20:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142955 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 74c9afbeaeb3be3842def8a95b8c021197d0c1b1..3b4bcf61d17bd92ed5f464f7bac4ff6a9031ceab 100644 (file)
@@ -316,6 +316,27 @@ object-oriented programming, operator overloading and strong typing.</p>
 </div>
 
   
+<!--=========================================================================-->
+<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>