Home

Awesome

Glisp

A tree-walking Lisp interpreter written in Gleam!

It features:

Usage

import glisp

pub fn main() {
  glisp.eval("(+ 1 2 3)") //=> "6"
}

Caveats

I wrote this on a transatlantic flight on a day that involved no sleep so expect bugs and other curiosities.