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

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

Awesome Lists containing this project

README

          

# cljs-repl package

The world's worst clojurescript prepl client.

![screenshot](https://i.imgur.com/r16GVHH.gif)

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.