What's new? | Help | Directory | Sign in
Google
strongtalk
Strongtalk is a very fast Smalltalk implementation, with an optional type system
  
  
  
  
    
License: New BSD License
Join project
Project owners:
  David.Griswold.256
Project members:
catull, dave.raymer, prunedtree, StephenLRees
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.