-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Oil Blocks #631
Comments
Note, we now have block literals in expression mode like What else do we need
|
We need an evaluator with a controlled "first word lookup". Related to #588 first word lookup User feedback includes
Other:
|
First class blocks don't have a new scope by default: BUT I think |
Already done:
Near term list:
It doesn't feel like we need blocks for Longer term:
|
cd
already takes a block:Other features it could / will support:
high priority:
getopts
alternative argparse builtin: Replacement / enhancement for getopts #469each
forxargs
other:
name_map
->value.AssocArray
find
alternative (fs
or verbwalk
)BEGIN
,END
,when
(wok
)make
-like blocks withrule
shopt
-- pretty important. Would be nice to refactorerrexit
first, so we have a stack of flat arrays.(You could argue if this is "essential", but it carries so much weight that I think it has to be. A lot of it won't make it but some of it should.)
The text was updated successfully, but these errors were encountered: