Implementing generators in Truffle

Timothy Baldridge tbaldridge at gmail.com
Mon May 5 21:53:20 UTC 2014


For a language I'm writing (based on Truffle) I would love to be able to
support yield at a language level. What's the best way to go about this? Am
I stuck implementing yield via state machines like C# does, or is there
some sort of delimited continuation system in Truffle?

Thanks,

Timothy


More information about the graal-dev mailing list