▲ | dismalaf 6 days ago | ||||||||||||||||
True. Ruby JIT has increased performance for some tasks you'd drop down to C for back in the day... All the gains Ruby has made in the last few years are pretty incredible. I never picked it because of performance reasons but it's pretty nice that it's getting faster. Either way though, Ruby FFI is super super easy. Just for fun, because of this thread, I spent a whole 2 minutes (lol) linking an Odin (my new low-level hobby language) library to Ruby. Literally all it took. Credit to Odin for having such easy export and Ruby for having such easy FFI. | |||||||||||||||||
▲ | Alifatisk 5 days ago | parent [-] | ||||||||||||||||
> I spent a whole 2 minutes (lol) linking an Odin (my new low-level hobby language) library to Ruby. Would you mind creating a gist of your steps? | |||||||||||||||||
|