forked from lispnik/prepl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
40 lines (24 loc) · 765 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
INTRODUCTION
============
prepl is a REPL implementation, also known as a Lisp listener.
It is written in fully portable Common Lisp (aside from minor
workarounds for implementation-specific issues...), with major
unportable bits being handled by external portability libraries.
HISTORY
=======
prepl is a fork of SBCL's sb-aclrepl module.
Since then, it has been ported to Clozure CL and other Lisps.
Debugging capabilities have been added.
Overall, PREPL does not have Allegro compatibility as a goal, although it
still largely keeps its interface.
USAGE
=====
Manual startup:
(asdf:operate 'asdf:load-op 'prepl)
(prepl:repl)
SEE ALSO
========
The Qt version of Hemlock uses PREPL in its Slave buffers.
MAINTAINER
==========
David Lichteblau