diff --git a/Coding-environment.md b/Coding-environment.md index be7e244..1a7c356 100644 --- a/Coding-environment.md +++ b/Coding-environment.md @@ -73,8 +73,10 @@ The gist of the most significant argument for the upper version is that one read ### 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. + - May someday support WebAssembly as a build target using [Artichoke](https://www.artichokeruby.org/). + - ⇓ However, Artichoke is pre-release... + - ⇓ ... and it doesn't support WASM builds yet. + - ⇓ There may be other ways to compile Ruby to WASM, but I get the impression that they wouldn't be any more stable. - Has a linear algebra library written in C/C++: [NMatrix](http://sciruby.com/nmatrix/). ### Ada