Johannes

joined 1 year ago
[–] Johannes@programming.dev 1 points 6 months ago (1 children)

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.

[–] Johannes@programming.dev 7 points 1 year ago

We ought to make a satire shell based on this

[–] Johannes@programming.dev 1 points 1 year ago (1 children)

Yeah, 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

[–] Johannes@programming.dev 2 points 1 year ago (3 children)

Depending on which is more convenient and whether your dependencies are security-critical, you can do both on the same program. :D

[–] Johannes@programming.dev 1 points 1 year ago* (last edited 1 year ago)

Who tf thinks that's reasonable