My favorites | Sign in
Project Logo
                
Code license: New BSD License
Strongtalk is a major rethinking of the Smalltalk-80 language and virtual machine. It is completely open source under a new BSD-style license.

The virtual-machine is the fastest ever created for Smalltalk, because of the use of 'type-feedback' to do extensive inlining.

An optional strong, static type system is also included. The type system is independent of the virtual machine implementation, so use does not impact program performance.

Strongtalk is not currently in product form. It is in a pre-alpha state, but is still of great interest to VM designers and type-system designers, because of its many innovations.











Hosted by Google Code