A preview of The Moose Book is now available at: themoosebook.org.
The book is intended to document the technical aspects of Moose and to provide a hint of the philosophy behind it. It is currently in a preliminary shape, with a number of parts still under writing.
A 15 minutes demo movie of Kumpel is now available.
Kumpel is a visual and interactive environment (built on top of Moose) for analyzing how files from Subversion repositories evolve. At this point, Kumpel is available in VisualWorks only.
I joined James Robertson and Michael Lucas-Smith in a 40 minutes podcast about Glamour. We touched a range of issues from the origins of the idea behind Glamour to the possibilities it opens.
PetitParser, a nice framework for writing parsers built by Lukas Renggli, has joined the Moose tool suite.
To get an idea of how easy it can be to write parsers, you can read the latest post from Lukas’ blog.
Moose Suite 4.0 beta 5 is now available for download.
The same version can also be loaded into a Pharo Development image by executing the following code:
Gofer new
squeaksource: 'Moose';
package: 'ConfigurationOfMoose';
load.
((Smalltalk at: #ConfigurationOfMoose)
project version: '4.0-beta.5') load.