I'm teaching a Kotlin course. For now, we're using...
# getting-started
e
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.
y
Also, I think ki needs minimal setup, and no Ide
1
e
play.kotlinlang.org 🙂
Thanks, but it requires a top-level declaration.
c
+1 for
ki