12
I Use This!
Inactive

News

Analyzed about 15 hours ago. based on code collected 1 day ago.
Posted over 12 years ago by Paolo Bonzini
GNU Smalltalk 3.2.3 has been released at ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-3.2.3.tar.gzSHA1 checksum: 036cf06a9fac8986cfced6fe953b92fcac853d3e ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-3.2.3.tar.xzSHA1 checksum: ... [More] 9f9065490695e88240c5f0e9b88c3c6d6d631eef This is a minor release, but it includes a few new features. The most important is support for HTTPS in gst-package.read more [Less]
Posted over 12 years ago by Holger Hans Peter Freyther
I started to play with smalltalk somewhere in February, more specific with the GNU Smalltalk implementation. Like it is with any new language and class library it takes a while to get productive and it took me until somewhere the last month where I ... [More] finally started to do GSM handling in Smalltalk and thanks to laf0rge the code is now in a public repository and hosted along the other Osmocom projects. You can see all the subprojects over here.read more [Less]
Posted over 12 years ago by Gwenael Casaccio
Hi All, The GNU Smalltalk sprint will be done during this week end (11-12 December) It will be done on IRC #gnu-smalltalk on Freenode (irc.freenode.net) and it is open to everybody :) Some proposed tasks: - VisualGST - Coverage tool (for ... [More] method-coverage, it can be based on gst-profile) - SUnit testcases for CObject and everything not currently covered - Fixing the compiler (http://smalltalk.gnu.org/project/issue/527) - Fixing gst-remote (http://smalltalk.gnu.org/project/issue/497 and http://smalltalk.gnu.org/project/issue/496) - Fixing GTK on OSX - Packages (atomic loading, package builder, ...) - Allow VisualGST to hook up to a headless gst like gst-remote does. Just imagine how much fun working on a running Iliad app you could have with this.read more [Less]
Posted over 12 years ago by Nicolas Petton
The problem Iliad uses controller methods of applications to dispatch requests to stateful widgets. When the user intracts with widgets, they will be updated with AJAX requests. Controllers are oftenly used to get a domain object from the request's url, and store it in the application.read more
Posted over 12 years ago by Nicolas Petton
We are happy to announce the release of Iliad 0.9.1 for GNU Smalltalk, Pharo and Squeak. This is a bug fix release. Download & installation instructions can be found at http://www.iliadproject.org/pages/Download. The website also received some love and is now wearing a new design. Happy Iliad hacking, Nicolas Petton & Sébastien Audier
Posted over 12 years ago by Nicolas Petton
We are proud to announce the release of Iliad 0.9. Changes include: several improvements in Formula, including number input support a Better detection of dirty widgets to avoid rebuilding widgets several times iliad.js can be ... [More] enabled/disabled with iliad.enableAjax() / iliad.disableAjax() improvements of the API for redirection links the initial redirect in the dispatcher has been removed support for even/odd columns in ILDatagrid as usual, a lot of bug has been fixed Iliad 0.9 is available for GNU-Smalltalk, a Pharo port will follow. You can install it using gst-package: gst-package --download grease -t ~/.st gst-package --download iliad -t ~/.st read more [Less]
Posted over 12 years ago by Holger Hans Peter Freyther
On and off the last couple of weeks I have ported PetitParser to GNU Smalltalk. I am still a Smalltalk newbie and it was a nice learning experience and it helped me to improve the way I code on GNU Smalltalk and to learn more about GNU Smalltalk and ... [More] ANSI Smalltalk. To load the PetitParser.star one can type: gst-package http://smalltalk.gnu.org/project/petitparser/package.xml To load the PetitParser.star into the image do: PackageLoader fileInPackage: 'PetitParser' There are some differences between the real PetitParser and this port. GNU Smalltalk does not support binary selectors that have more than two charachters. This means that ==> and >=> had to be mapped to something else. I have picked => and >< for now.read more [Less]
Posted over 12 years ago by Paolo Bonzini
GNU Smalltalk 3.2.2 has been released at ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-3.2.2.tar.gzSHA1 checksum: a985d69e4760420614c9dfe4d3605e47c5eb8faa ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-3.2.2.tar.xzSHA1 checksum: 4d34efe918a3bd67dc2eb784dc4dc1016b1f5c55 This is a bugfix release.read more
Posted over 12 years ago by Paolo Bonzini
GNU Smalltalk 3.2.1 has been released at ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-3.2.1.tar.gzSHA1 checksum: 98c97b77eb32972aa5dfa2ab4a76502d858ce7c4 ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-3.2.1.tar.xzSHA1 checksum: ... [More] 285049def8b3e3aa1824510e141b4e0edbababe6 This is mostly a bugfix release, though it does have a few visible changes.read more [Less]
Posted over 12 years ago by Gwenael Casaccio
Hi everybody, Mathieu and I are proud to announce the first release of the GNU Lightning binding for GNU Smalltalk. GNU lightning exposes a portable interface for generating machine language at run-time. GNU lightning is fast and tries to be as ... [More] little intrusive as possible, so that the generated code can also be optimized easily. So far, it has been ported to the x86, SPARC and PowerPC architecture. You can find the source code here: http://github.com/MrGwen/gst-lightning To install it: git clone git://github.com/MrGwen/gst-lightning.git autoreconf -vi ./configureread more [Less]