Posted
about 15 years
ago
by
Paolo Bonzini
GNU Smalltalk 3.0.3 will shortly be available from
ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-3.0.3.tar.gz
This is a maintenance release with the following changes:read more
|
Posted
about 15 years
ago
by
Paolo Bonzini
Travis Griggs has been having fun with Cairo and, thanks to the contribution of Tony Garnock-Jones, so am I...
The Cairo and libsdl bindings (Cairo is drawing on a libsdl surface) is not yet in the FSF repository. I'm planning to put up a new git repository with my experiments as soon as possible!read more
|
Posted
about 15 years
ago
by
Stephen Compall
GST, and Smalltalk in general, has many more places in which to search for variables than most programming systems. Besides instance variables, in-class and inherited, the compiler has to search a number of pools:
All inherited namespaces and
|
Posted
over 15 years
ago
by
Paolo Bonzini
GNU Smalltalk 3.0.2 will shortly be available from
ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-3.0.2.tar.gz
This is a maintenance release with the following changes:
Fixed bugs in floating-point I/O
Fixed bugs in comparisons
|
Posted
over 15 years
ago
by
Paolo Bonzini
GNU Smalltalk 3.0a will shortly be available from
ftp://alpha.gnu.org/gnu/smalltalk/smalltalk-3.0a.tar.gz
This is the first release of GNU Smalltalk including support for Seaside. Therefore, the release cycle for this release will be shorter
|
Posted
over 15 years
ago
by
Paolo Bonzini
The next release of GNU Smalltalk will include support for Seaside. This blog post is a short tutorial, which will show how to make your first Seaside component.
To follow this tutorial you need GNU Smalltalk 3.0a (which will be available from
|
Posted
over 15 years
ago
by
Paolo Bonzini
A while ago I tried looking at how an object model for a Rake-tool would look like in Smalltalk. Here are the somewhat polished results of that experiment.
One area where Ruby fares definitely better than Smalltalk is in creating DSLs. This is
|
Posted
over 15 years
ago
by
Paolo Bonzini
That's it! Swazoo runs on GNU Smalltalk! Code is not yet committed, but it works and passes the entire testsuite.
This script for example will start a web server on http://localhost:8888/
PackageLoader fileInPackage: 'Swazoo'.
Swazoo.Resource
|
Posted
over 15 years
ago
by
Paolo Bonzini
GNU Smalltalk 3.0.1 can now be downloaded at the following URLs
ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-3.0.1.tar.gz
http://ftp.gnu.org/gnu/smalltalk/smalltalk-3.0.1.tar.gz
The following is a list of fixes. Thanks to everyone who reported
|
Posted
over 15 years
ago
by
Paolo Bonzini
In the first installment, I showed how basic usage of git does not need any concept that is unique to a particular version control system. In this installment, I'll introduce more usage of git that requires learning a concept or two.read more
|