You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
The interpreter features an optimizing compiler, bytecode interpreter, a tracinggarbage collector, and a trivial foreign function interface. The runtime features atypical macro system, packages, late-binding function resolution and functions andvariables are in separate namespaces making lispyboi a Lisp-2.