Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gabrielspassos/clojure-sandbox

Repo with clojure POCs
https://github.com/gabrielspassos/clojure-sandbox

clj clojure clojurescript

Last synced: 5 days ago
JSON representation

Repo with clojure POCs

Awesome Lists containing this project

README

        

# Clojure Sandbox

> Clojure POCs, tests

- https://clojure.org/

> Clojure is a modern, functional Programming Language on the Java Virtual Machine (JVM).

## Setup

* Prerequisite: Java (version >= 8)

* Install Clojure on MacOS
```
brew install clojure/tools/clojure
```

## Usage

- Start REPL
```shell
clj
```

- Run unit tests
```shell
clj -X:test
```