-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Jacques Nomssi edited this page Aug 31, 2018
·
69 revisions
-
Start workbench report ZZ_LISP_IDE and try sample code.
-
Try Scheme. Use the prefix notation for function calls, e.g. write
(abs -2)
or(+ 1 4)
instead of abs( -2 ) or 1 + 4. - Higher Order Functions
- A larger program: Symbolic Derivation
-
Try Scheme. Use the prefix notation for function calls, e.g. write
-
Read about features, i.e. native operations, predicates, math, simple I/O
-
Create an issue to get help.
- Tutorials: TYSF | SS | SICP | HtDP | YAST | TSPL
- Style: http://community.schemewiki.org/?scheme-style
- Specification R6RS R7RS
- Make your LISP: https://github.com/kanaka/mal/blob/master/process/guide.md