Johannes@programming.devtoProgramming@programming.dev•How important is the option for dynamic linking (vs static linking) in the modern day?
1·
1 year agoYeah, you can dynamically link in Rust, but it’s a pain because you have to use the C ABI since Rust’s ABI isn’t stable, and you have to miss out on exporting more fancy types
If you’re interested in functional programming you could try haskell. It has a reputation for a steep learning curve but it was worth learning for me.