My solutions to 99 Problems. This is work in progress and my functional languages playground.
sbcl
sbt
GNU Make
Every solution to a problem is covered by one or more unit tests. In order to run the unit tests you just need to specify one of the following targets: all
, lisp
or scala
.
$ make all
$ make lisp
$ make scala
- 99 Prolog Problems
- 99 Lisp Problems
- 99 Haskell Problems
- Huffman Coding
- Sieve of Eratosthenes
- What are Scala context and view bounds
- Avoid Scala view bounds, they are deprecated
- Simple explanation of Clojure protocols
See LICENSE.