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

https://github.com/pgreze/hello-clojure

Some code I wrote while learning Clojure
https://github.com/pgreze/hello-clojure

clojure

Last synced: 3 months ago
JSON representation

Some code I wrote while learning Clojure

Awesome Lists containing this project

README

        

# hello-clojure

## CLI

https://github.com/technomancy/leiningen

```
$ clojure # No readline, no colors...

$ lein repl # readline 🙌
```

TODO: try https://github.com/razum2um/aprint

## IntelliJ IDEA https://cursive-ide.com/

Create a new runner of type:
**Clojure REPL - local**

How to use it:
https://medium.com/@kadirmalak/interactive-processing-development-with-clojure-in-intellij-idea-c9f70d6ec636
Use Maj+Cmd+L to load a file into the REPL 🚀