proxy.golang.org : github.com/danielwhite/microlisp
Microlisp is a Lisp interpreter. It's primarily a toy, and is a work in progress. Its initial definition is based on McCarthy's "A Micro-Manual for Lisp: Not the Whole Truth". An environment is a value that maintains mappings between a symbol and a value. If an environment has a parent, then bindings are inherited. The evaluator typically provides an environment implicitly. Variables. Functions. The error system is very simple. If an error value is thrown, it stops the current evaluation, and is handled and printed by the REPL. Functions.
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/danielwhite/microlisp
Keywords:
interpreter
, lisp
License: ISC
Latest release: over 8 years ago
First release: over 8 years ago
Namespace: github.com/danielwhite
Stars: 2 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 21 days ago