summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-10-26 18:20:54 +0000
committerBill Wendling <isanbard@gmail.com>2011-10-26 18:20:54 +0000
commit57fd876509a2874839a3adccf81a8e275518f951 (patch)
treeba4eeb93099b8f147efe0299ed9c5298c375052e /docs
parentef22f78c68d3f096b3c8aac2752ca8e3e25106a6 (diff)
downloadllvm-57fd876509a2874839a3adccf81a8e275518f951.tar.gz
llvm-57fd876509a2874839a3adccf81a8e275518f951.tar.bz2
llvm-57fd876509a2874839a3adccf81a8e275518f951.tar.xz
Add LanguageKit and Pragmatic Smalltalk to the External Projects list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143040 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 36711cba98..7735eecfc2 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -370,6 +370,21 @@ object-oriented programming, operator overloading and strong typing.</p>
</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 &Eacute;toi&eacute; desktop environment.</p>
+
+</div>
+
+<!--=========================================================================-->
<h3>Mono</h3>
<div>