Hacker News new | ask | show | jobs
by Recurecur 35 days ago
All three points are erased by its ability to call Rust functions…

It’s not a bad approach, in that for most general programming one doesn’t need those things. Granted, macros can be convenient.

1 comments

Any language with FFI support can call rust functions.
My impression was that Gossamer has good Rust FFI rather than basic C FFI, sharing struct layout etc. I may play around with Gossamer and see how it really does performance wise…

The syntax similarities help make for a more painless two language approach.