GNU Smalltalk 4.1 released!

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

GNU Smalltalk 4.1 released!

Paolo Bonzini-2
GNU Smalltalk 4.1 has been released at

* ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-4.1.tar.gz
   SHA1 checksum: 617072696c277320666f6f6c2773206865726521
* ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-4.1.tar.xz
   SHA1 checksum: cd08a6638b5efb87198b47f7c0796e3993eb5157

This release features a complete rewrite of the VM to run on top of GNU
Guile, the official extension language for the GNU operating system.

Of course, some features had to be sacrificed in order to make this
radical change.  For example, sockets have been replaced by a new
network abstraction, "socks", and the GTK bindings have been replaced by
a port of the famous GUI toolkit "shoes".

Those who would like to know more about the technology can of course ask
here on the mailing list or on the #gnu-smalltalk channel on
irc.freenode.net.

Thanks to the Guile team for providing the foundation for the future of
GNU Smalltalk!

Paolo

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: GNU Smalltalk 4.1 released!

ZuLuuuuuu
Paolo Bonzini <bonzini <at> gnu.org> writes:

>
> This release features a complete rewrite of the VM to run on top of GNU
> Guile, the official extension language for the GNU operating system.
>
>
> Paolo
>

I guess this was an unavoidable decision since like Guile's theme goes with
everything[1] Guile's vm also goes with every language.


[1] http://knowyourmeme.com/memes/guiles-theme-goes-with-everything


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Canol Gökel