Posted
almost 15 years
ago
by
Nicolas Petton
The first beta of the 0.8.x branch of Iliad is finally out!
The release is only available for GNU-Smalltalk for now, but the Squeak/Pharo version should come next week, and a VisualWorks port is expected too.read more
|
Posted
almost 15 years
ago
by
hmGRACE
To write the dissertation thesis related to this post is not easy though you cope with this. If any single writer is like, people would ne'er have got problems with the thesis.
|
Posted
almost 15 years
ago
by
Nicolas Petton
You can subscribe to the new Iliad mailing list here. On this list we will talk about Iliad related issues and its development.
Questions about the framework are of course welcome!
Nicolas Petton
|
Posted
about 15 years
ago
by
Nicolas Petton
Kate is a powerful text editor. I used it in the past, but unfortunately it doesn't have smalltalk syntax highlighting and I'm a big fan of Vim.
Yesterday I gave Kate another try, and I discovered that it has a VI mode in KDE4! It was enough for me
|
Posted
about 15 years
ago
by
Gwenael Casaccio
Hi,
I am working on the translation of the PyGTK tutorial for GNU Smalltalk.
I've ported the 3 first chapters (mostly done for the fourth).
You can grab the zip file : http://github.com/MrGwen/gst-gtk/zipball/html
Or the source : http://github.com/MrGwen/gst-gtk
Cheers,
Gwenael Casaccio
|
Posted
about 15 years
ago
by
Gwenael Casaccio
Hi,
here is a new release of the new IDE of GNU Smalltalk. With a lot of news :
* a new interface with tabs
* better sender/implementor tools
* code clean up
* improved debugger
* bundled with GST
* many bug fixes :D
* ...
And as VisualGST
|
Posted
about 15 years
ago
by
Nicolas Petton
Building forms is a long, boring and repetitive task.
Hopefully you can use Magritte, a nice meta-description framework which builds forms for your models for you. The problem is that sometimes Magritte is not what you want. You may not want to add
|
Posted
about 15 years
ago
by
Nicolas Petton
Today I published a very simple Gravatar module for gnu-smalltalk.
How do I get it?
If you have the git version of gst installed, you can get it with gst-package directly:
gst-package --download gravatar -t ~/.st
else you can clone the github
|
Posted
about 15 years
ago
by
Paolo Bonzini
So, here is the shortest possible tutorial on the autotools.
The problem with autotools is that it is used for complicated things, and people cut-and-paste complicated things even when they ought to be simple. 99% of people just need a way to access
|
Posted
about 15 years
ago
by
Nicolas Petton
We are happy to announce the release of Iliad 0.7.1.
This version fixes a few bugs introduced in Iliad 0.7.0, especially two bugs from the javascript layer and an annoying bug in the debug mode.
GNU-Smalltalkers can clone the git repository from
|