libraries
Just a few Smalltalk questions
I have the following questions being new to GNUSmalltalk:
a) What the name used for 3rd party packages?
b) I was wondering, how does obtain a list of GNUSmalltalk 3rd-party libraries via the command line?
c) What's the goal of the image in GNUSmalltalk? Is it to maintain what 3rd-party libraries are loaded
into GST?
d) Are there plans to make it possible to load 3rd-party libraries outside of the command prompt?
For example,
gst install
Fun with Cairo and libsdl
CAPTCHA, the simplest gst external module
This is a translation of http://d.hatena.ne.jp/hdb/20071201 which is a blog post in Japanese by Hiroshi Higa. I don't speak Japanese, so I asked the author to write a very simple summary of the article, which I then augmented.
PackageDir
I've become spoiled with Python's module and package system. So here I give
you a half baked (but mostly working) alternative package loader.

