https://github.com/swlkr/learning-clojure
My initial take on learning clojure (and lisp in general)
https://github.com/swlkr/learning-clojure
Last synced: 10 months ago
JSON representation
My initial take on learning clojure (and lisp in general)
- Host: GitHub
- URL: https://github.com/swlkr/learning-clojure
- Owner: swlkr
- Created: 2015-12-18T05:43:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-25T00:33:31.000Z (over 9 years ago)
- Last Synced: 2025-01-15T10:08:24.970Z (12 months ago)
- Language: Clojure
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# api
## Prerequisites
```bash
$ brew cask install java
$ brew install leiningen
```
## Running
```bash
$ lein ring server
```