diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 74c9afbeaeb..3b4bcf61d17 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -316,6 +316,27 @@ object-oriented programming, operator overloading and strong typing.

+ +

Tart Programming Language

+ +
+ +

Tart 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.

+ +
+