From 57fd876509a2874839a3adccf81a8e275518f951 Mon Sep 17 00:00:00 2001
From: Bill Wendling
Date: Wed, 26 Oct 2011 18:20:54 +0000
Subject: [PATCH] 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
---
docs/ReleaseNotes.html | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 36711cba983..7735eecfc2d 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -369,6 +369,21 @@ object-oriented programming, operator overloading and strong typing.
+
+LanguageKit and Pragmatic Smalltalk
+
+
+
+
LanguageKit 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.
+
+
+
Mono