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
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.