Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 294 Bytes

File metadata and controls

9 lines (7 loc) · 294 Bytes

StringCalculator-Clojure

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