Hacker News new | ask | show | jobs
by fithisux 1055 days ago
"Nim is a programming language that is good for everything, but not for everybody."

now you got me really interested.

At some point dlang-betterc + zig + nim should have an interoperability article and share libraries.

1 comments

Really, I'm quite hopeful for crabi: https://github.com/rust-lang/rust/pull/105586

An ABI for languages with a proper type system seems fantastic. Swift, Rust, Nim, D all share very similar type systems (and memory management systems) and it would be very cool to see what kinds of interop easy dynamic linking would allow.

I didn't know about it. Seems life has bright sides too.