|
|
|
|
|
by zdragnar
108 days ago
|
|
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/ |
|