Skip Navigation
Jump
I Made a English Dictionary Front-End for Terminals
  • 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.

    1
  • Jump
    How important is the option for dynamic linking (vs static linking) in the modern day?
  • 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

    1