eigenhombre / PyClojure

(Parts of) Clojure implemented on top of Python
Other
113 stars 13 forks source link

Added readline support where possible #3

Closed lclarkmichalek closed 12 years ago

lclarkmichalek commented 12 years ago

This allows the use of arrow navigation through history, and persistant history that will be stored in the $HOME/.pyclojurehist file.

Not all systems come with readline support, so we wrap the import readline with a try.