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
- Host: GitHub
- URL: https://github.com/pgreze/hello-clojure
- Owner: pgreze
- License: epl-2.0
- Created: 2020-04-19T13:17:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T03:33:35.000Z (over 4 years ago)
- Last Synced: 2025-01-12T05:28:43.180Z (4 months ago)
- Topics: clojure
- Language: Clojure
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 🚀