Reputation: 33033
Which Turing-complete language implementations on the JVM do not use the JVM stack as a call stack?
(I ask because I want to implement coroutines between Scala and another language in the same thread.)
Upvotes: 2
Views: 122
Reputation: 33033
Implementations which once did not use the JVM stack, but in their latest versions, do:
Upvotes: 1