An open API service indexing awesome lists of open source software.

https://github.com/bfontaine/probs-from-4clj

:key: My solutions to 4clojure problems
https://github.com/bfontaine/probs-from-4clj

clojure solutions

Last synced: about 1 year ago
JSON representation

:key: My solutions to 4clojure problems

Awesome Lists containing this project

README

          

# Problems from 4clojure

[![Build Status](https://travis-ci.org/bfontaine/probs-from-4clj.png)](https://travis-ci.org/bfontaine/probs-from-4clj)

Here are my solutions to [4clojure][] problems. I’m trying to write the
smallest possible functions for the code golfing challenge.

I’m using [lein-fore-prob][] to import problems in the project.

[4clojure]: http://www.4clojure.com/
[lein-fore-prob]: https://github.com/bfontaine/lein-fore-prob

## Problems

All problems except the ones listed below are implemented.

* [89](http://www.4clojure.com/problem/89)
* [112](http://www.4clojure.com/problem/112)
* [119](http://www.4clojure.com/problem/119)
* [124](http://www.4clojure.com/problem/124)
* [127](http://www.4clojure.com/problem/127)
* [130](http://www.4clojure.com/problem/130)
* [131](http://www.4clojure.com/problem/131)
* [138](http://www.4clojure.com/problem/138)
* [140](http://www.4clojure.com/problem/140)
* [150](http://www.4clojure.com/problem/150)
* [152](http://www.4clojure.com/problem/152)
* [168](http://www.4clojure.com/problem/168)

## Tests

```
lein test
```