v0.9a
Pre-release
Pre-release
- Deprecated old
>(...)
fd syntax - Add new syntax (
x>
,x>>
,x> &y
,x> &-
,^
,^^
) - Implement process substitution/pipeline branching (
<{...}
) - Prompt is now printed to stderr (so you can now redirect an interactive session to a file)
- Change order of evaluation (pipes first, then redirections)
- Parens are now considered barewords! (you can now glob words like
(*)
) - Same for backslashes
- Bugfixes for very minor issues
- Huge performance increase (more efficient redirection mechanism)