Skip to content

jtrim/string-calculator-hs

jesse
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

Build Status

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

About

A string calculator code kata (osherove.com/tdd-kata-1/) solved using Haskell with Hspec.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published