X-Git-Url: http://nitlanguage.org diff --git a/contrib/nitin/README.md b/contrib/nitin/README.md index 0cd4c3a..5cfad2a 100644 --- a/contrib/nitin/README.md +++ b/contrib/nitin/README.md @@ -11,11 +11,11 @@ This tool is outside src/ because: * use GNU readline to read lines * use importation/refinement to handle incremental execution (so basically everything works out of the box) * maintain an interpreter and live objects (the model grows but the interpreter and runtime data are reused) +* runtime errors/aborts return to the interactive loop Main missing features * top-level variables are local -* runtime error/aborts just abort the interactive loop * FFI is strange * No model/object inspection