Comment by baq

Comment by baq a day ago

6 replies

Working on a largeish typescript node project right now and no support for recompiling a single function in a live system means I have a good minute of downtime on every change. The lisp paradigm would be so refreshing here.

dismalaf a day ago

You could always use regular JS and have that...

  • baq a day ago

    1) over my dead body and 2) it doesn’t make sense for it to be possible in JS and not possible in TS.

    • dismalaf a day ago

      2) I thought the issue was compilation from TS -> JS. So what's the issue? I remember live coding in JS like 15 years ago, have dev environments just gotten weird and convoluted?

      • baq a day ago

        No idea. My working theory is the gotta go fast folks at v8 don’t care about live hot reload because that doesn’t give them ad revenue, so they just wontfixed the whole thing and there is no alternative on the backend if you want typescript.