LSmalltalk-Pharo

Description

Little Smalltalk Implementation by Pharo Smalltalk

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
3
Created
March 7, 2021
Updated
Aug. 29, 2025
Topics
little-smalltalk pharo-smalltalk smalltalk

README excerpt

# LSmalltalk
Little Smalltalk Implementation by Pharo Smalltalk.

It can
- read imageSource of Lst4
- generate image with compiling source
- write image file compatible with Lst4
- execute bytecodes of Lst4

Source texts are imported to Pharo, so you can edit it and generate the image which is executable on PC using Lst4.

# Examples
see LImageBuilder class examples.

```smalltalk
LImageBuilder example6.
```

# Original
It derives from https://github.com/crcx/littlesmalltalk.
← Back to results