nsh icon indicating copy to clipboard operation
nsh copied to clipboard

design concept: how to prevent functionality creep

Open matu3ba opened this issue 3 years ago • 0 comments

Bash has the problem of most shells: >100k LOC with not offering proper error handling or being able to do basic safety checks. Most of them are due to POSIX being underspecified.

  1. How do you solve error handling?
  2. How do you plan to do such checks?
  3. What kind of script invocation checks (behavior on symbol clashes and explicit or implicit recursion) behavior is planned?
  4. Do you have a concept for CLI tab-completion from programs to replace the terrible slow and arcane bash stuff? A DSL is unfortunately qute abit redundant to man pages.

Necessary functionality

  1. Do you provide a proper list type?
  2. Do you plan modularity + modules?
  3. How do you keep language complexity and implementation small?

And: How does your project differ from ion shell and oh?

matu3ba avatar Oct 26 '21 17:10 matu3ba