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

https://github.com/data-miner00/clojureverse

Sandbox for tinkering with Clojure
https://github.com/data-miner00/clojureverse

clojure jvm leiningen

Last synced: 4 months ago
JSON representation

Sandbox for tinkering with Clojure

Awesome Lists containing this project

README

          

# clojureverse

A sandbox to tinker with the Clojure universe.

## Installation

This project uses [Leiningen](https://leiningen.org/) as the package manager.

## Usage

For Nix environments

```
nix develop
```

To install dependencies

```
lein deps
```

To execute, simply

```
lein run
```

To run tests

```
lein test
```

## Resources

- [Clojure](https://clojure.org/)
- [Community Docs](https://clojuredocs.org/)
- [Calva.io](https://calva.io/)
- [Clojars](https://clojars.org/)
- [Clojure programming world: 6 essential libraries and other tools](https://freshcodeit.com/freshcode-post/clojure-programming-world-frameworks-and-other-tools)
- [Clojure Koans](https://github.com/functional-koans/clojure-koans)
- [Learn Clojure in Y Minutes](https://learnxinyminutes.com/docs/clojure/)