Smalltalk YX 0.1.6 (Default branch) |
|
|
Smalltalk YX is a Smalltalk-80 implementation. It's highly portable, and runs indifferently 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:
Full GNU build support was added. An X11 plugin
has been added. Basic support for handling foreign
C pointers and structs/unions from Smalltalk has
been added. Several fixes were made for building
on Sparc 64 using SCons. FileStream fileIn has
been fixed. Class declaration from Smalltalk has
been fixed. Lexer fixes were made for symbols,
identifiers, and strings. FileStream now handles
FILE* instead of file descriptors, and this fixed
several bugs. System startup has been fixed when
filing in files. Dictionary rehashing has been
fixed. Basic support for handling foreign C
structs and unions from Smalltalk has been added.
|