Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)