- ruby
- python
- Javascript
I was on a quest for a good, well supported, statically typed scripting language for quite a while, and in the end I defaulted to python.
For me, I was looking for a language that is appropriate for both scripting and slightly larger web application projects.
Scripting / Web application development is NOT a great use case for C/++, and I feel Java is a bit heavy handed to be used for a scripting language.
I tried out Golang but did not end up liking the language.