I'm teaching a Kotlin course. For now, we're using an interpreter for
kts
files that don't necessarily have a main method, such as:
Copy code
println("hello world")
Some students have not yet set up their IDEs on their own computers. Does anyone know if a good free online repl? I was able to use replit, but it takes tens of seconds to open an interpreter in its shell.