gnu-smalltalk

An implementation of the Smalltalk programming language

brewmacoslinux
Try with needOr install directly
Source

About

Implementation of the Smalltalk language

Commands

gstgst-packagegst-reload

Examples

Start an interactive Smalltalk REPL session$ gst
Execute a Smalltalk script file$ gst script.st
Compile and run Smalltalk code from command line$ gst -e 'Transcript showln: "Hello from Smalltalk"'