Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
99 Problems in Clojure ---------------------- This package is intended as a resource for people learning Clojure. The goal is to have a simple framework available in which the learner can define solutions to various problems and have them automatically checked against sample input and output. The overall result should wind up being something somewhat similar to having a prebuilt set of unit tests to run against. As a first set of problems I'll attempt to implement "P-99: Ninety-Nine Prolog Problems," a fairly well-known set of programming exercises intended for Prolog programmers. You can find these problems online here: https://prof.ti.bfh.ch/hew1/informatik3/prolog/p-99/ They have also been adapted to various other languages. There is a set of Lisp translations here, which I'll probably follow where feasible: http://www.ic.unicamp.br/~meidanis/courses/mc336/2006s2/funcional/L-99_Ninety-Nine_Lisp_Problems.html If I wind up with something I like, I may also have a go at setting up specifications for Project Euler, a similar set of programming exercises which are more math-oriented. http://projecteuler.net/