Projects
GNU Smalltalk
GNU Smalltalk is a free implementation of the Smalltalk-80 language. It runs on most versions on Unix, as well as under Windows. Smalltalk is a dynamic object-oriented language, well-versed to scripting tasks.
GNU Smalltalk also runs Seaside, a framework that lets you build highly interactive web applications quickly, reusably and maintainably.
gstBlox
When I type-in gst-blox in the terminal I get a lot of this ...
/usr/lib/gnu-smalltalk/GTK.star#uzip/Funcs.st:23696: C function not defined
/usr/lib/gnu-smalltalk/GTK.star#uzip/Funcs.st:23701: C function not defined
/usr/lib/gnu-smalltalk/GTK.star#uzip/Funcs.st:23706: C function not defined
/usr/lib/gnu-smalltalk/GTK.star#uzip/Funcs.st:23711: C function not defined
/usr/lib/gnu-smalltalk/GTK.star#uzip/Funcs.st:23716: C function not defined
/usr/lib/gnu-smalltalk/GTK.star#uzip/Funcs.st:23721: C function not defined
Presource
Presource is a syntactic abstraction mechanism that allows modifications to the Smalltalk language to be done in an organized, piece-by-piece way, on a class-by-class basis.
These modifications are based on a system called message macros, inspired by Lisp macros. These allow complex Smalltalk expressions to be written as simplified message sends, without incurring a penalty for conversion to the more complex form when Smalltalk executes the expression.
Smalltalk SImple Web Framework ( SSWF )
A (F)ocus, (A)gile and (S)imple WEB Framework. For Little applications on Net. Based on SmallTalk and heavy use of patterns and generators.
