-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Jacques Nomssi edited this page Jan 3, 2018
·
69 revisions
- Style: http://community.schemewiki.org/?scheme-style
- Tutorials: SICP / HtDP / UCSC
- Specification R6RS: http://www.r6rs.org/
- How to make your own: https://github.com/kanaka/mal/blob/master/process/guide.md
- Features
- native operations, predicates, trigonometric functions, math, simple I/O
- a workbench (report ZZ_LISP_IDE) that makes it easier to play with the interpreter in REPL mode. Comments using the ; delimiter are supported.