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

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

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

clj clojure clojurescript

Last synced: 3 months 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
```