-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Jacques Nomssi edited this page Apr 28, 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.