To exit the REPL use (BYE) or (QUIT), in uppercase.
> --
> You received this message because you are subscribed to the Google Groups "Qilang" group.
> To post to this group, send email to qil...@googlegroups.com.
> To unsubscribe from this group, send email to qilang+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/qilang?hl=en.
>
>
--
BD
Soon this functionality will be available in the GNU ELPA.
Best -- Eric
Ensio <ensio...@yahoo.com> writes:
--
Eric Schulte
http://cs.unm.edu/~eschulte/
The first aim of core Shen developers is to support various platforms in
breadth, and the second aim to support them in depth (platform-specific
optimizations, support for platform-dependent development tools, like
SLIME+SWANK).
You may contribute to project by writing code for support SLIME in Shen/CL.
> Shen still depends on Lisp for QUIT/BYE (and possibly other things, I
> don't know). If Lisp is being thrown out, shouldn't Shen have an
> idiomatic way to exit?
Good question. I think that command for exiting from Shen should be
similar for all platforms, this may be added via libraries.
Is a REPL part of the Shen spec and similarly will Shen have a REPL on
all platforms? It is not clear to me how Shen over Javascript or say
LLVM could support a REPL.