String Calculator implemented in Clojure. Originally based on the String Calculator Kata at http://osherove.com/tdd-kata-1 Extended to provide a generic math function that can handle grouped expressions.
(math "(subtract 18 (add 5 7))") => 6
String Calculator implemented in Clojure. Originally based on the String Calculator Kata at http://osherove.com/tdd-kata-1 Extended to provide a generic math function that can handle grouped expressions.
(math "(subtract 18 (add 5 7))") => 6