|
|
|
|
|
by richdougherty
121 days ago
|
|
If you'll excuse the self-post, here's a blog post on goto with delimited continuations. https://rd.nz/2009/03/goto-in-scala.html It uses an experimental compiler plugin for the Scala compiler. It's typesafe at compile time. At runtime unfortunately it relies on exceptions for control flow. |
|