You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow Cairn to be run without file arguments to enter shell mode. This should work similar to Python's shell mode, and allow instant feedback and evaluation.
Notable things to consider:
Syntax/runtime errors should not close the program.
Would be nice to allow the user to view the stack contents
Should evaluate a line as soon as it is entered. (might need subprocesses)
The text was updated successfully, but these errors were encountered:
Allow Cairn to be run without file arguments to enter shell mode. This should work similar to Python's shell mode, and allow instant feedback and evaluation.
Notable things to consider:
The text was updated successfully, but these errors were encountered: