Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoobestik/clojure-challenge
Problems that solved with Clojure
https://github.com/zoobestik/clojure-challenge
Last synced: about 16 hours ago
JSON representation
Problems that solved with Clojure
- Host: GitHub
- URL: https://github.com/zoobestik/clojure-challenge
- Owner: zoobestik
- License: mit
- Created: 2015-09-09T22:52:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T12:01:28.000Z (about 9 years ago)
- Last Synced: 2024-04-18T12:59:17.763Z (7 months ago)
- Language: Clojure
- Homepage:
- Size: 3.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Clojure Challenge
=================This is some source examples to solve the challenges on Clojure language. Just for history.
Usage
-----```bash
./run.sh task_name [lang-version]
```**`task_name`** – folder name, *sum* for ex.
**`lang-version`** – full version number for run (It's can be in `_clojure` folder). **1.7.0** is default.Links
-----
* Getting started – [clojure.org/getting_started](http://clojure.org/getting_started)
* Language Guides – [clojure-doc.org/articles](http://clojure-doc.org/articles/content.html)