Skip to content

dysmento/yellow_belt_clojure_katas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yellow Belt Clojure Katas

This is a template for beginner level Clojure Katas done with tests in midje. The katas were taken more or less from the (now vanished) Coding Kata site (http://codingkata.org/katas/).

Once you've mastered these simple kata, check out the Pragmatic Programmers Kata.

Setup instructions

  • Download and install leiningen.
  • Clone the project and change to the project directory.
  • Run lein midje. You should see all the tests run with "WORK TO DO".
  • Choose a kata. The shell source code with instructions is in the src/clojure_katas directory. The tests are in the same files.
  • To enable tests for a kata replace future-facts with facts or future-fact with fact.
  • Run lein midje again. You should have failing tests now.
  • Fix the the code and run the tests!

If you have any problem setting up the project, please let me know.

Corrections

Being a beginner myself, there might be mistakes or something I missed. As always, feedback is welcome.

About

Beginner Katas Project Setup Using Midje

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 100.0%