Fork me on GitHub
#shadow-cljs
<
2017-09-28
>
thheller00:09:45

guess I’m ready for extended feedback

shaunlebron02:09:49

just wanted to chime in and say I’ve been using shadow-cljs happily for a few days

shaunlebron02:09:42

just been using a basic watch and repl setup for a web app

shaunlebron02:09:21

errors are good, and warnings survive across file saves

shaunlebron02:09:25

one thing I noticed is that ctrl+c exits the repl instead of exiting the current command, and running it with rlwrap doesn’t allow up-arrow to recall commands from previous session

shaunlebron03:09:13

regarding externs, I’ve decided to avoid the problem and just use cljs-oops for all js-related interop

Jon04:09:07

not using REPL, how do you use REPL?

thheller07:09:13

@shaunlebron I don’t think ctrl+c can work in a CLJS environment, there is nothing like Thread.interrupt in JS. not sure how to make history work.

thheller18:09:05

just pushed a new version that properly caches the JS dependencies which should make incremental compilation fast again