diff options
| author | Bill Wendling <isanbard@gmail.com> | 2011-10-26 18:20:54 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2011-10-26 18:20:54 +0000 |
| commit | 4d9c8e5f31a605bd7bd7062cf976b11bdb8cbbb0 (patch) | |
| tree | 1ff7303f9a44de70f5fb6413cf3222cd5bbc157e | |
| parent | 46df6a252a8f8f36381a50a548264f453233d122 (diff) | |
| download | bcm5719-llvm-4d9c8e5f31a605bd7bd7062cf976b11bdb8cbbb0.tar.gz bcm5719-llvm-4d9c8e5f31a605bd7bd7062cf976b11bdb8cbbb0.zip | |
Add LanguageKit and Pragmatic Smalltalk to the External Projects list.
llvm-svn: 143040
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 36711cba983..7735eecfc2d 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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 Étoié desktop environment.</p> + +</div> + +<!--=========================================================================--> <h3>Mono</h3> <div> |

