diff options
| author | Bill Wendling <isanbard@gmail.com> | 2011-10-25 20:27:37 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2011-10-25 20:27:37 +0000 |
| commit | ae9aa3541e83271c50ab50b2d9c3d206489f3e95 (patch) | |
| tree | 179c31290a4ae03550ed64873a3e1f4812d138c8 /llvm | |
| parent | 53aa7a81107fb9e4f445e9727c073fc23aa955cd (diff) | |
| download | bcm5719-llvm-ae9aa3541e83271c50ab50b2d9c3d206489f3e95.tar.gz bcm5719-llvm-ae9aa3541e83271c50ab50b2d9c3d206489f3e95.zip | |
Add mention of Tart to external OS projects.
llvm-svn: 142955
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 74c9afbeaeb..3b4bcf61d17 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |

