6 ms·
Code hotloading isn't a particularly difficult feature to implement in any language.
by jatari 7mo ago
Code hotloading isn't a particularly difficult feature to implement in any language.
- mccoyb 7mo agoSure, but why implement a novel language with said feature if your concern is a harness ... not on implementing a brand new language with this feature?
- jauntywundrkind 7mo agoRust can't even dynamically link! I'm super on board the rust train right now & super loving it. But no, code hot loading is not common. Most code in the world is dead code. Most languages are for dead code. It's sad. Stop writing dead code (2022) was no where near the first, is decades and decades late in calling this out, but still a good one. https://jackrusher.com/strange-loop-2022/ https://jackrusher.com/strange-loop-2022/
- jasonjmcghee 7mo agoIncredible talk and I agree with all the things and I've worked on this problem a bunch. But Rust can dynamically link with dylib but I believe it's still unstable. It can also dynamically load with libloading.