Skip to content

alvarogarcia7/rationals-kata-clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rationals-kata

Executing the rationals kata as proposed by @trikitrok at the Scala Bcn Meetup but in clojure

Description: https://gist.github.com/trikitrok/0652d91c85cd5a5305c4

(local copy below)

Rationals addition kata

We'll program the addition of two rationals using TDD.

Suggested API for the method (in Java):

  public Rational add(Rational rational);

Constraints:

Technical help

Light Table

go to project.clj, control+space (in mac), choose instarepl, wait for to finish connecting. It might fail go to test/*clj and command+enter to execute expressions / facts

Releases

No releases published

Packages

No packages published