This kata in Haskell, tested with Hspec.
To get this running locally (on a Mac):
$ brew install haskell-platform
$ git clone https://github.com/foraker/string-calculator-hs.git
$ cd string-calculator-hs
$ cabal install
$ cabal configure --enable-tests
$ cabal build
# Finally, to run the specs:
$ ./dist/build/spec/spec