没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Xs shell |
Xs shell
|
1 | 0 | 437 |
贡献者 | 讨论 | 代码提交 |
概述
The xs shell is a modified version of the es shell, in turn based upon the rc shell.
Interesting features include functional programming tools like lambdas and closures, exceptions, glob-style string matching (like simple regexps), and non-linear redirects (like a more flexible alternative to pipes).
Xs has a notably different syntax from bourne-derived shells, especially in control structures (braces replace do-end in while, for example).
The code should not be too hard to hack on, especially considering that part of the shell is written in xs. This also allows effective customization/modification to the shell in one's init file.
Compared to es, xs has some bugfixes, code cleanup, better readline integration, and syntax improvements.
创建时间:2014-05-06 17:43