glisp/repl
Values
pub fn main_repl() -> Nil
Starts an interactive REPL (Read-Eval-Print Loop) for the GLisp interpreter.
This function initializes the standard environment, displays a welcome message, and allows users to input Lisp expressions for immediate evaluation. The loop continues until the user types ‘exit’.