Skip to content

bluelisp/prepl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published