Bio: A Lisp dialect written in Zig
Bio: A Lisp dialect written in Zig
github.com GitHub - cryptocode/bio: A Lisp dialect written in Zig
A Lisp dialect written in Zig. Contribute to cryptocode/bio development by creating an account on GitHub.
Bio is an experimental Lisp dialect similar to Scheme, with an interpreter written in Zig
Features include macros, garbage collection, error handling, a module facility, destructuring, and a standard library.
Example:
(filter (quicksort '(5 40 1 -3 2) <) (λ (x) (>= x 0))) (1 2 5 40)
0
comments