diff --git a/content/post/2023/12/my-ideal-scripting-language.md b/content/post/2023/12/my-ideal-scripting-language.md index 1f8eb418..d5d2870a 100644 --- a/content/post/2023/12/my-ideal-scripting-language.md +++ b/content/post/2023/12/my-ideal-scripting-language.md @@ -31,7 +31,7 @@ And then there are requirements I don't care about such as speed (of execution) --- -Given the above requirements, most languages I am familiar with are disqualified, such as C, C++, C#, Java, Go, and Kotlin. The following languages---to a certain degree---meet the requirements: JS, Ruby, Python, PHP? I'd love to learn Elixir or Lua and dive deeper into a Lisp dialect or even the [Pharo](https://pharo.org/) "immersive programming experience" to see whether or not I should start switching to something else besides vanilla JS. I don't like +Given the above requirements, most languages I am familiar with are disqualified, such as C, C++, C#, Java, Go, and Kotlin. The following languages---to a certain degree---meet the requirements: JS, Ruby, Python, PHP? I'd love to learn Elixir or Lua and dive deeper into a Lisp dialect or even the [Pharo](https://pharo.org/) "immersive programming experience" to see whether or not I should start switching to something else besides vanilla JS. It's interesting to read others' opinions on their ideal scripting language. In GOTO 2021, Richard Feldman and Erik Doernenburg [discussed their ideal general-purpose programming language](https://gotopia.tech/articles/152/the-ideal-programming-language), where Elm and Rust are the main stars.