From cc71a137524256139098c786a6525ca0c946c032 Mon Sep 17 00:00:00 2001 From: Vectornaut Date: Tue, 23 Jul 2024 21:30:20 +0000 Subject: [PATCH] Mention Ruby to JavaScript transpilation --- Coding-environment.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)