Jonathan Österberg
Jonathan Österberg
Hi, Wonder if this scheme interpreter works compiling and running in native wasm (target "wasm32-unknown-unknown")?
I wonder, do gamelisp have something like namespaces?
Hi, I wonder if there is a way to get the docstring of a function? For example: ```clj (defn foo (bar) "A function that prints bar" ; docstring (prn bar))...
Hi! First, thanks super much for this awesome open-source implementation of Scheme! I do wonder about the stack trace. With functions defined outside of the implementation, the names of the...