oaklisp
Object-oriented dialect of Scheme
Install
- All systems
-
curl cmd.cat/oaklisp.sh
- Debian
-
apt-get install oaklisp
- Ubuntu
-
apt-get install oaklisp
- Kali Linux
-
apt-get install oaklisp
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install oaklisp
- Raspbian
-
apt-get install oaklisp
- Dockerfile
- dockerfile.run/oaklisp
oaklisp
Object-oriented dialect of Scheme
Oaklisp is a dialect of Scheme that combines lexical scoping with first-class types. It uses a byte-coded implementation, but is reasonably fast anyway. Complete with bignums, formatted output, transparent delays, RnRS compatibility package; all the luxuries except floating point and foreign function calls.