I would like to know a programming languages that natively support delimited continuations. I do know that Scala used to have shift
and reset
, but those were removed; and I also know that Seaside seems to have something similar, but Seaside is a library, and as far as I understand, Smalltalk doesn't have support for delimited continuations.
So, is there a programming language that supports such continuations?
Thank you!