Rebel v1.0 64-bit on BSD IPv4/6 UTF-8 libffi, options: rebel -h
> (set 'a '("hello" "there"))
ERR: quoted symbol used in function set
> (set a '("hello" "there"))
("hello" "there")
> a
("hello" "there")
(constant (global 'setf) set)
(constant (global 'setq) set)
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


