DeVault: Announcing the Hare programming language
DeVault: Announcing the Hare programming language
Posted May 2, 2022 13:22 UTC (Mon) by camhusmj38 (subscriber, #99234)In reply to: DeVault: Announcing the Hare programming language by stephanlachnit
Parent article: DeVault: Announcing the Hare programming language
I'm both agree and disagree - dynamic linking is great for lots of purposes but it's also fragile unless you're really careful about comparability. Version 1.0.1 and 1.0.2 of a shared library should be compatible but your mileage can vary.
You also lose the advantages of whole program analysis and potentially some performance gains.
