https://github.com/swlkr/cljs-repl
The world's worst clojurescript (p)repl client
https://github.com/swlkr/cljs-repl
Last synced: 10 months ago
JSON representation
The world's worst clojurescript (p)repl client
- Host: GitHub
- URL: https://github.com/swlkr/cljs-repl
- Owner: swlkr
- License: mit
- Created: 2019-05-26T17:06:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-26T17:15:59.000Z (over 6 years ago)
- Last Synced: 2025-01-15T10:08:27.511Z (12 months ago)
- Language: CoffeeScript
- Size: 147 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# cljs-repl package
The world's worst clojurescript prepl client.

Not really for use, more for learning.
But if you're really curious, start a repl like this:
```bash
clj -J-Dclojure.server.node="{:port 5555 :accept cljs.server.node/prepl}" -m cljs.main --repl-env node
```
and connect to it from atom like this: Shift+Cmd+P -> cljs-repl:connection -> enter.