from Hacker News

Rust vs. Go: Why They're Better Together

by FragrantRiver on 3/13/24, 8:46 AM with 4 comments

  • by Havoc on 3/13/24, 12:41 PM

    I was looking at rust, go and python and ended up concluding rust/python is the optimal complementary combo for me.

    One typed, one untyped. One compiled one interpreted. One garbage collected one not. One fast to prototype one fast to execute. One suited for ML, one suites for WASM.

    Go seems nice too but felt very middle of the road (which is fine) rather than directly complementary to either.

  • by jnxx on 3/13/24, 9:00 AM

    Isn't Rust really well suited as the main extension language of functional-preferring, strongly-dynamically-typed, interactive languages, such as Racket, Guile, OCaml, or F#?