liblua.st

Description

Bindings to Lua lang for Pharo Smalltalk

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Forks
1
Created
June 29, 2022
Updated
Aug. 20, 2024

README excerpt

# liblua.st

Bindings to Lua lang for Pharo Smalltalk, load it with
```smalltalk
Metacello new
    baseline: 'LibLuast';
    repository: 'github://massimo-nocentini/liblua.st';
    load
```
← Back to results