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