Remix.run Logo
ellg 2 hours ago

if i wrap a bunch of abstractions in a `make run` command whats the difference

zdragnar 34 minutes ago | parent [-]

Hot reloading is about the only difference if you're doing incremental builds.

For that, some languages are blocked by runtimes that don't support it. C can do it [0] so it's not a limitation of the static/dynamic divide.

[0] https://www.slembcke.net/blog/HotLoadC/