-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement 'next' and 'last' #325
Comments
And they probably need to be control flow exceptions anyway; see #145 (comment). |
Serious question: should (labeled) immediate blocks allow What about other languages? Perl 5, Perl 6, Python, Java, C#, Ruby? I guess the landscape there can help determine what we do. If some of those languages don't allow breaking out of an immediate block, we might decide to follow suit. Using |
...but on balance, I think we shouldn't do the |
What I actually came into this issue to say is that I think we might as well do With |
I'm not quite sure why we don't have them yet. I don't think they're all that difficult. We could probably emulate them with a control exception for now.
The text was updated successfully, but these errors were encountered: