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

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)

Awesome Lists containing this project

README

          

# api

## Prerequisites

```bash
$ brew cask install java
$ brew install leiningen
```

## Running

```bash
$ lein ring server
```