Tom Larkworthy
05/22/2022, 8:55 PM@Tom Larkworthy Have you used any systems with faster feedback than hot-reloading?maybe? Just to clarify what I mean by hot-code reload vs live-reload. Live reload is a full restart on a program on change, which loses state, vs hot-code reloading where only changed code is reloaded which maintains program state between partial restarts. But I would say Observable is a little beyond hot-reload because it's also the notebook format so program output and code is interleaved, so it that removes a context switch between IDE and program output and gives you a REPL vibe inline too. But thats as advanced as I have got so far for fast feedback. Can I do better?!
Jack Rusher
05/23/2022, 6:14 AM