Fork me on GitHub
#off-topic
<
2018-10-31
>
jjttjj19:10:15

need to do some js stuff after using cljs for so long... is it weird to anyone else here that js has a pretty perfectly ideal repl (dev console) built right into the browser with no intermediary layer, but that for various reasons doing repl driven development is not at all a thing in JS?

jjttjj19:10:23

Am I missing something? Maybe some tooling or something? Setting window.x = y everywhere doesn't seem right but is that the only real way to play with things in the dev console?

justinlee22:10:35

my theory is that front end programming often involves the dom api. i don’t do much repl driven development in cljs either