6 ms·
Groovy is a dynamic language that runs in the JVM, it lets you put @CompileStatic at the top of every class. I believe typescript also has options for compilin
by humbleMouse 5y ago
Groovy is a dynamic language that runs in the JVM, it lets you put @CompileStatic at the top of every class.
I believe typescript also has options for compiling statically.