Le dimanche 18 avril 2010 à 00:05 +0100, Julian Fitzell a écrit :
Cool stuff, Nicolas.
Thanks Julian :)
I'm happy to see Grease getting use in the wild... I'm curious to what degree it met your needs?
Once Paolo and I ported it to GNU Smalltalk, it *really* met my needs! Of course it's a bit Seaside oriented but almost everything I needed was there. It allowed me to remove non portable code (like code for encoding, remove all #asString/#printString, etc), use useful classes provided by Grease like GRSmallDictionary. In the future I will probably use GRDelaySend too. As a direct consequence, I was also able to serve files from the image without adding dialect specific code :) And of course Unit tests were really helpful. Now I'm not really happy with the codec stuff, as from a GNU Smalltalker point of view it seems too Squeak/Pharo oriented, but I can leave with that for now. Cheers! Nicolas