Skip to content
/ 4clojure Public

Clojure の勉強サイト 4clojure の解答を載せているレポジトリ

License

Notifications You must be signed in to change notification settings

pine/4clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4clojure

Build Status Dependencies Status

プログラミング言語 Clojure を勉強するためのサイト 4clojure の解答を載せているリポジトリです。

解答は src/4clojure、解答をテストするためのテストランナーは 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

About

Clojure の勉強サイト 4clojure の解答を載せているレポジトリ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published