-
Notifications
You must be signed in to change notification settings - Fork 85
Repl
Chris Maughan edited this page Mar 5, 2020
·
2 revisions
The repl is designed to make it easy for a tool to add an internal command interpreter. The Zep Demo ships with a built in Scheme interpreter (Chibi Scheme). Just type :ZRepl in the command prompt to access it. It can be closed by hitting ESCAPE and :clo, or hitting <C-r> (Control + r). Try typing (+ 2 2) in the Repl to see the Scheme interpreter in action.
To support the repl, a client registers the IZepRepl interface and handles commands.