Add Ruby to language list

Vectornaut 2024-07-23 21:28:36 +00:00
parent 42af4474f7
commit 0fcc6b94d6

@ -70,6 +70,11 @@ The gist of the most significant argument for the upper version is that one read
- ⇓ The basic template for a Bolero application seems *very* heavy. It's not clear how to write a bare-bones application.
- ⇓ Projects are auto-generated and opaquely structured.
### Ruby
- Can compile to WebAssembly using [Artichoke](https://www.artichokeruby.org/).
- ⇓ WASM support is unstable. For example, Artichoke is pre-release.
- Has a linear algebra library written in C/C++: [NMatrix](http://sciruby.com/nmatrix/).
### Ada
- It's been around for a long time, and it's probably not going anywhere anytime soon.