Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thomasballinger/hsrepl

Haskell REPL with a few bpython-like features
https://github.com/thomasballinger/hsrepl

developer-tools haskell repl replay

Last synced: 4 days ago
JSON representation

Haskell REPL with a few bpython-like features

Awesome Lists containing this project

README

        

hitting return on a blank line reruns repl session in a new ghci process

typing undo and hitting return will rerun all but the last line of the session
in a new process

typing edit and hitting return will open the current session in a text editor
and upon saving this edited session will be rerun

start a command with a '!' character to run a shell command

![demo of hsrepl features](http://ballingt.com/assets/hsrepldemo.gif)