Skip Navigation

Bio: A Lisp dialect written in Zig

github.com

GitHub - cryptocode/bio: A Lisp dialect written in Zig

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:

 lisp
    
(filter
    (quicksort '(5 40 1 -3 2) <)
        (λ (x) (>= x 0)))

(1 2 5 40)

  
Bio Programming Language @lemm.ee

Bio - A Lisp dialect written in Zig

0 comments

No comments