https://github.com/pine/4clojure
Clojure の勉強サイト 4clojure の解答を載せているレポジトリ
https://github.com/pine/4clojure
Last synced: about 1 year ago
JSON representation
Clojure の勉強サイト 4clojure の解答を載せているレポジトリ
- Host: GitHub
- URL: https://github.com/pine/4clojure
- Owner: pine
- License: unlicense
- Created: 2015-02-07T23:53:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-20T21:07:04.000Z (about 11 years ago)
- Last Synced: 2025-01-13T03:14:17.763Z (over 1 year ago)
- Language: Clojure
- Homepage: https://www.4clojure.com
- Size: 336 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
4clojure
--------
[](https://travis-ci.org/pine613/4clojure)
[](http://jarkeeper.com/pine613/4clojure)
プログラミング言語 Clojure を勉強するためのサイト [4clojure](https://www.4clojure.com) の解答を載せているリポジトリです。
解答は [src/4clojure](https://github.com/pine613/4clojure/tree/master/src/4clojure)、解答をテストするためのテストランナーは [src/test_runner](https://github.com/pine613/4clojure/tree/master/src/test_runner) にあります。テストランナー自体も Clojure で記述してあります。
## 実行
実行には JVM 及び Leiningen が必要です。
実行すると、すべての解答に対するテストが走ります。
```
$ lein -v
Leiningen 2.5.1 on Java 1.8.0_25 Java HotSpot(TM) 64-Bit Server VM
$ lein run
Testing 001.clj ... [Accepted]
Testing 002.clj ... [Accepted]
...
All file accepted
```
## License
Public Domain