1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-16 09:10:48 +03:00
mal/examples
Nicolas Boulenguez dcaf3f213c Improve answer to exercises
The identity function is not used in the answers.
Sort list, prn, hash-map by increasing difficulty.
Fix indentation consistency in concat.
Avoid using the same identifier twice.
In do3, make explicit that acc is not used.
In _quasiquote_iter, call the tested quasiquote2 instead of the original quasiquote.
In the quoting section, add foldr_pairs to hide recursions.
The compose function is not used in the answers.
2020-07-21 17:48:45 +02:00
..
clojurewest2014.mal load-file: accept empty file or final comment, return nil 2019-07-28 13:08:05 +02:00
exercises.mal Improve answer to exercises 2020-07-21 17:48:45 +02:00
hello.mal Move mal code examples from mal/ to examples/ 2015-11-12 17:00:55 -06:00
presentation.mal load-file: accept empty file or final comment, return nil 2019-07-28 13:08:05 +02:00