NoahGav / oxide-lang

58 stars 1 forks source link

Hot Module Replacement #1

Open NoahGav opened 11 months ago

NoahGav commented 11 months ago

It would be great if the language supported hmr. Hmr is when you update a piece of code while the program is running, and only the affected parts of the program are reloaded (this really on works when you only modify functions, if you modify a type you pretty much have to restart the whole program).