1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-16 09:10:48 +03:00
mal/examples
Nicolas Boulenguez 9c20ca3f39 exercises: rebase, improve quasiquote and let*, avoid circular dependencies.
* Avoid including `lib/*.mal` to prevent unexpected circular
  dependencies (bitten by `foldr` using `nth`).
* Ask `quote` before `let*`, the latter requires the former.
  Answer previous questions without `let*`.
* Tell the reader that `let*` has various levels of difficulty.
* Drop implicit dependency on `or`, soon out of step files.
* Allow simple recursion in `let*` via a combinator.
2019-05-30 19:00:45 +02:00
..
clojurewest2014.mal Fix a number of typos in documentation/comments. 2017-09-15 20:00:15 +02:00
exercises.mal exercises: rebase, improve quasiquote and let*, avoid circular dependencies. 2019-05-30 19:00:45 +02:00
hello.mal Move mal code examples from mal/ to examples/ 2015-11-12 17:00:55 -06:00
presentation.mal Fix a number of typos in documentation/comments. 2017-09-15 20:00:15 +02:00