Rebel v1.0 64-bit on Linux IPv4/6 UTF-8 libffi, options: rebel -h
> (set 'a '("hello" "there"))
("hello" "there")
> a
nil
>
newLISP v.10.7.6 64-bit on Linux IPv4/6 UTF-8 libffi, options: newlisp -h
> (set 'a '("hello" "there"))
("hello" "there")
> a
("hello" "there")
>
Quote from: ufko on November 22, 2025, 01:09:15 PMRebel is now fully 64‑bit clean and Unix-native.
For anyone interested in a lean,
Unix-focused swiss-knife interpreter,
this is the version to try



Quote from: ufko on November 16, 2025, 09:53:32 AMI believe Rebel v1.0 is currently the most stable incarnation of the newLISP codebase.