Saturday, June 18, 2016

CGI script work in GNU smalltalk

I've put my (quite old) smalltalk CGI script code online, it has an AI in it and uses GNU smalltalk as a hashbang command line system e.g. you can do this :
BEGIN OF FILE:
#!/usr/local/bin/gst <smalltalk code>
EOF

Take a look at testst.cgi file.

The code is GPL and available at http://erana.yellowcouch.org/web/

No comments:

Post a Comment