Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 632 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 632 Bytes

fizzbuzz-in-cps

2012/04/14

Randori Kata / Clojure (Clojure) / Fizzbuzz in CPS / EPL

Bs & Cs

Benefits

  • Redo one kata in another way.
  • Done 3 katas in one session.
  • These Katas are sometimes good to learn new technique.
  • Fun and happy - S & all!

Cost

  • Should do it as "Prepared Kata" for everybody get the idea of continuation-passing style (CPS).
  • Emacs with Paredit-mode is a real pain if users are not used to it.
  • Fizzbuzz kata isn't a good kata to show the benefits of CPS.

License

Copyright © 2012 HanoiCodingDojo

Distributed under the Eclipse Public License, the same as Clojure.