kotlin
A programming language very like java.
Installation
This is not as easy as it seems, the first 4 attempt just did not get me a working compiler in the PATH, and i don't want an install that has to add to PATH unless absolutely necessary.
This one seems to do the trick : sdkman.
| install kotlin | |
|---|---|
The first two lines are for when you don't have sdkman yet. The 3rd line is actually what i needed when i already had sdk installed.
So kotlin produces actual java code, neat.