raoulmillais / fp-oo

Exercises from the Functional Programming for the Object Oriented Programmer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fp-oo

The project uses Midje.

How to run the tests

lein midje will run all tests.

lein midje namespace.* will run only tests beginning with "namespace.".

lein midje :autotest will run all the tests indefinitely. It sets up a watcher on the code files. If they change, only the relevant tests will be run again.

About

Exercises from the Functional Programming for the Object Oriented Programmer


Languages

Language:Clojure 100.0%