Fork of https://github.com/google/lisp-koans so that I could go through them. THIS CONTAINS ANSWERS.

.koans 403B

123456789101112131415161718192021222324252627282930
  1. (
  2. :asserts
  3. :nil-false-empty
  4. :evaluation
  5. :atoms-vs-lists
  6. :special-forms
  7. :lists
  8. :arrays
  9. :vectors
  10. :multiple-values
  11. :equality-distinctions
  12. :hash-tables
  13. :functions
  14. :strings
  15. :structures
  16. :iteration
  17. :mapcar-and-reduce
  18. :control-statements
  19. :condition-handlers
  20. :loops
  21. :triangle-project
  22. :scoring-project
  23. :type-checking
  24. :clos
  25. :dice-project
  26. :macros
  27. :scope-and-extent
  28. #+sb-thread :threads
  29. )