From: Jean Privat Date: Wed, 26 Apr 2017 19:47:06 +0000 (-0400) Subject: nitin/README: runtime errors/aborts return to the interactive loop X-Git-Url: http://nitlanguage.org?hp=84f18a6ab13d9b1d691c30e197f7e305dca3ee1a nitin/README: runtime errors/aborts return to the interactive loop Signed-off-by: Jean Privat --- 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