glisp
glisp copied to clipboard
LISP dialect implemented in Go
ok after a bit of thought. Really I wanted foldl. I didn't want to be constrained to a return type of array. So I added foldl as well that can...
At the repl ``` > (def b ")") >> ``` will cause glisp to hang because it doesn't actually parse the input, just check that the parenthesis balance. I fixed...
I added true lexical scoping to zygomys; if you'd like to backport to Glisp, most of it is contained in this commit (with a few other features as well). https://github.com/glycerine/zygomys/commit/4c7e668c321a9e1bc6e50c31a4c185b4c300c674