[llvm-commits] [llvm] r142955 - /llvm/trunk/docs/ReleaseNotes.html
Bill Wendling
isanbard at gmail.com
Tue Oct 25 13:27:37 PDT 2011
Author: void
Date: Tue Oct 25 15:27:37 2011
New Revision: 142955
URL: http://llvm.org/viewvc/llvm-project?rev=142955&view=rev
Log:
Add mention of Tart to external OS projects.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=142955&r1=142954&r2=142955&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Oct 25 15:27:37 2011
@@ -317,6 +317,27 @@
<!--=========================================================================-->
+<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>
More information about the llvm-commits
mailing list