diff --git a/Coding-environment.md b/Coding-environment.md index b9f81c8..8b8085d 100644 --- a/Coding-environment.md +++ b/Coding-environment.md @@ -71,12 +71,14 @@ The gist of the most significant argument for the upper version is that one read - ⇓ Projects are auto-generated and opaquely structured. ### Ruby + - Well-established, with a large user community. + - Can transpile to JavaScript using [Opal](https://github.com/opal/opal#readme) - 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. + - Well-established. ### Rust - ❌ Brackets (disqualifying)