cyber icon indicating copy to clipboard operation
cyber copied to clipboard

Hot Reloading?

Open AregevDev opened this issue 1 year ago • 1 comments

Is there a plan to implement hot reloading scripts / modules? Is it currently possible?

AregevDev avatar Apr 02 '24 13:04 AregevDev

Yes, it's planned. You'll be able to reload namespace variables/functions during a -dev run from the cli. Reloading modules/types is unlikely due to static typing but we should be able to add caching at multiple levels so it would still be much faster to recompile.

fubark avatar Apr 03 '24 12:04 fubark