An open API service indexing awesome lists of open source software.

https://github.com/nish7/st

Smalltalk + Zig Playground
https://github.com/nish7/st

smalltalk zig

Last synced: about 1 year ago
JSON representation

Smalltalk + Zig Playground

Awesome Lists containing this project

README

          

# st
smalltalk + zig playground

## Smalltalk

### Installation
- Using GNU Smalltalk 3.2.5
- Avoiding the Pharo due to the size of the image and the complexity of the environment
- All `.st` are scripts that can be run with `gst .st`
- `gst` is the GNU Smalltalk interpreter.
- Documentation: [GNU Smalltalk](https://www.gnu.org/software/smalltalk/manual-base/gst.html)

**Note**: The scripts are not using the Smalltalk dialects of Pharo or Squeak. They are using the GNU Smalltalk dialect.