Replies: 5 comments 29 replies
-
There are many Forth systems running on operating systems and providing the similar capabilities in this regard. It is good for the entire ecosystem if such capabilities are available through the same interface. For example, same sub-set of common command line options, same sub-set (with the same meaning) of common exit statuses. My attempt: Desktop Forth system requirements (in the ForthHub wiki). See also the corresponding discussion. I think, a proposal can be development for that. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as disruptive content.
This comment was marked as disruptive content.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
A citation from Post4 / Issue#54:
echo " ' abort catch " | post4
echo -e " abort \n bye" | post4 Do you count above cases as "there was an exception at some point"? If you mean only counting uncaught exceptions in interactive mode, then it's still a moot point. It will require adding a variable and counting these exceptions. And what the use? In production (if not testing), multi-line scripts should not be run in interactive mode (i.e., be passed as the user input device). |
Beta Was this translation helpful? Give feedback.
-
For a hosted environment, should the standard document non-zero exit status conditions?
Beta Was this translation helpful? Give feedback.
All reactions