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
- Host: GitHub
- URL: https://github.com/nish7/st
- Owner: Nish7
- Created: 2025-03-17T18:48:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T22:07:05.000Z (over 1 year ago)
- Last Synced: 2025-03-24T23:20:04.378Z (over 1 year ago)
- Topics: smalltalk, zig
- Language: Smalltalk
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.