voddan
suspend fun yield(value: T, c: Continuation<Unit>) { }
yield(1)
A modern programming language that makes developers happier.