Aotokitsuruya's Technology RadarAotokitsuruya's Technology Radar
Adopt

Proven as the language for anything that has to reach below the runtime: memory safety without a garbage collector holds up where C would otherwise be the only option. In practice it is where WebAssembly sandboxes and native Ruby extensions get built, which is exactly the layer that is hardest to get right in a managed language.

Trial

Rust can build memory-safe program without garbage collector. It can use Magnus to build native Ruby extension.