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
- Host: GitHub
- URL: https://github.com/gabrielspassos/clojure-sandbox
- Owner: gabrielSpassos
- Created: 2024-03-09T15:33:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-02T14:48:58.000Z (9 months ago)
- Last Synced: 2025-01-19T13:25:36.607Z (4 months ago)
- Topics: clj, clojure, clojurescript
- Language: Clojure
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```