Smalltalk YX 0.1.7 (Default branch) |
|
|
Smalltalk YX is a Smalltalk-80 implementation. It's highly portable, and runs equally well on 32-bit and 64-bit systems, Mac, Unix, Windows, WinCE, or Solaris. It has an easy-to-use plugin system and is very active.
License: MIT/X Consortium License
Changes:
The .SYX_ROOT_PATH and SYX_PLUGIN_PATH environment
variables have been introduced. Image recovering
has been fixed. Several standard methods for
Collections, Numbers, and Object printing/storing
were covered. #display family methods have been
introduced for Smalltalk objects. System signal
handling has been improved. The interpreter has
been refactored to use one stack per Process.
Symbols creation was optimized. The parser and
lexer have been fixed. Blocks' scopes have been
fixed. <- assignment is supported. Scheduler
external idle sources have been added. Asyncronous
console and GTK+ loop were added using semaphores.
|