[llvm-commits] [llvm] r143040 - /llvm/trunk/docs/ReleaseNotes.html
Bill Wendling
isanbard at gmail.com
Wed Oct 26 11:20:54 PDT 2011
Author: void
Date: Wed Oct 26 13:20:54 2011
New Revision: 143040
URL: http://llvm.org/viewvc/llvm-project?rev=143040&view=rev
Log:
Add LanguageKit and Pragmatic Smalltalk to the External Projects list.
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=143040&r1=143039&r2=143040&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Oct 26 13:20:54 2011
@@ -370,6 +370,21 @@
</div>
<!--=========================================================================-->
+<h3>LanguageKit and Pragmatic Smalltalk</h3>
+
+<div>
+
+<p><a href="http://etoileos.com/etoile/features/languagekit/">LanguageKit</a> is
+ a framework for implementing dynamic languages sharing an object model with
+ Objective-C. It provides static and JIT compilation using LLVM along with
+ its own interpreter. Pragmatic Smalltalk is a dialect of Smalltalk, built on
+ top of LanguageKit, that interfaces directly with Objective-C, sharing the
+ same object representation and message sending behaviour. These projects are
+ developed as part of the Étoié desktop environment.</p>
+
+</div>
+
+<!--=========================================================================-->
<h3>Mono</h3>
<div>
More information about the llvm-commits
mailing list