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
- Host: GitHub
- URL: https://github.com/data-miner00/clojureverse
- Owner: data-miner00
- License: mit
- Created: 2023-06-03T23:48:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T01:05:35.000Z (over 1 year ago)
- Last Synced: 2025-03-22T16:14:18.073Z (8 months ago)
- Topics: clojure, jvm, leiningen
- Language: Clojure
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)