From 977232f90fb3f38d92c52b12ba8dcd9dd4ba3a41 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Thu, 11 Jul 2024 21:28:18 +0000 Subject: [PATCH] Update Coding environment --- Coding-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Coding-environment.md b/Coding-environment.md index faeb756..706ab63 100644 --- a/Coding-environment.md +++ b/Coding-environment.md @@ -43,7 +43,7 @@ Next let's try to collect various language options, with their pros and cons: * (Is this worth a more careful comparison with Nim, or is it just too small/fringe?) ### Scala, now with significant indentation - * (I think targeting the JVM invalidates this?) + * (I think targeting the JVM invalidates this? Or is there now a decent build process to WASM? Is Scala sufficiently more active/bigger community/more mainstream than Nim to make it worth looking into this more?) ### C++ with our own civet-like syntax mangler - ⇓⇓ Big con: we would have to implement this!