No streams yet :smile:
# arrow
s
No streams yet 😄
👍 2
a
IOApp neither?
s
IOApp
exists in Scala to pre-import a bunch of implicits afaik. Kotlin has
suspend main(): Unit
which is already pure and can run
IO.unit.suspended()
a
mmm ok I'll buy that