By yjchenx
via etoileos.com
Published: Aug 03 2008 / 01:13
Since around June 2008, Étoilé has included a Smalltalk Just-In-Time (JIT) compiler. Unlike other Smalltalk implementations, this is designed for interoperability. Smalltalk objects are compiled (to native code) as Objective-C objects by LLVM. This means that they can subclass Objective-C objects, and can even implement categories.
Add your comment