Posted
about 14 years
ago
by
Gwenael Casaccio
Now we have GST-Web Browser ;)
imagik.fr
The only thing that you need is GtkWebKit ;)
|
Posted
about 14 years
ago
by
Gwenael Casaccio
Hi,
Here is a preview of a prototype of an interface for Gnu Smalltalk and the Gtk binding
This is the main window where you can open a new browser (inside a tab or outside), you can create also new workspaces (in a tab or not)
There is also the classical browser
An inspector too with an embeded browser :
read more
|
Posted
over 14 years
ago
by
Stephen Woolerton
The issue is to extract the firstname and lastNames from a string called fullname.
e.g. fullname of "michael john horatio bassett" -> firstname "michael" and lastnames "john horatio bassett"
Below is the code that got the job done in the short
|
Posted
over 14 years
ago
by
Stephen Woolerton
When using other scripting languages for server scripting, the result has been a file (sometimes large), but generally a single file.
I'm finding I now do things differently and I think better in GST. So here is the process now:-
Break the task
|
Posted
over 14 years
ago
by
Stephen Woolerton
One thing I've come across with open source Smalltalks is that there is often no formal documentation for a Library.
So, coming from Java and commercial programming, I'm like "where is the documentation and an example?".read more
|
Posted
over 14 years
ago
by
Stephen Woolerton
In GNU Smalltalk package loading and namespaces are separate.
If like me you've come from Java, it takes an example to see what this means in practice.
Here is a very simple example using sockets (found in TCP package up to 3.0.x, and Sockets
|
Posted
over 14 years
ago
by
Paolo Bonzini
There was an interesting thread on reddit about how glibc releases are managed. Well, interesting except for calling names at the glibc maintainer, so you have to filter out that to get the real message.read more
|
Posted
over 14 years
ago
by
Paolo Bonzini
GNU Smalltalk 3.1 has been released at
ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-3.1.tar.gz
Compared to the 3.0.x branch, focus on porting libraries from other Smalltalks, adding bindings to other external libraries, and facilitating the creation
|
Posted
over 14 years
ago
by
Paolo Bonzini
GNU Smalltalk 3.0.5 has been released at
ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-3.0.5.tar.gz
GNU Smalltalk 3.0.5 is the last release in the 3.0 stable branch.
New features and bugfixes include:
Bugfixes for gst-convert.
|
Posted
over 14 years
ago
by
brett s hallett
Extracting and manipulation numbers from a text string.
Some years ago I came across a interesting text manipulation puzzle, on a c site
I think. I was learning Ruby at the time so had fun with implimenting in Ruby,
I decided to redo it in gst
|