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
- Host: GitHub
- URL: https://github.com/bfontaine/probs-from-4clj
- Owner: bfontaine
- License: mit
- Created: 2014-03-03T15:24:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T14:25:33.000Z (over 5 years ago)
- Last Synced: 2025-03-23T23:43:41.730Z (over 1 year ago)
- Topics: clojure, solutions
- Language: Clojure
- Homepage: http://www.4clojure.com/user/bfontaine
- Size: 107 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Problems from 4clojure
[](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
```