top | item 36378795

(no title)

comrad | 2 years ago

With Ruby??? I like Ruby - but it is way beyond performance and efficency.

discuss

order

evolve2k|2 years ago

Ruby 3.2 comes with YJIT which is a new JIT compiler Ruby totally rewritten in rust. Also native Ruby extensions can now be written in rust in addition to C. So the ecosystem here lets you write C, Rust or Ruby.

https://nithinbekal.com/posts/ruby-3-2/