@tenderlove From the reply discussion I can see (mastodon… who knows which fraction I'm seeing?), you're advocating using C glue, and learning and accounting for all the weird Ruby interop wrinkles there. Is that easier than learning and accounting for all the weird Ruby interop wrinkles at the Rust level?

1
Share
Share on Mastodon
Share on Twitter
Share on Facebook
Share on Linkedin
Aaron Patterson ✅

@zellyn the wrinkles of integrating Ruby with native code are the same whether it's C or Rust. The high level thing I'm advocating for is ensuring no Rust code ever sees (or knows about) VALUE pointers

1
12mo
Replies