Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thomasballinger/hsrepl
- Owner: thomasballinger
- Created: 2015-11-11T16:00:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-27T17:24:21.000Z (almost 9 years ago)
- Last Synced: 2024-10-10T19:11:17.468Z (29 days ago)
- Topics: developer-tools, haskell, repl, replay
- Language: Haskell
- Size: 12.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 processtyping edit and hitting return will open the current session in a text editor
and upon saving this edited session will be rerunstart a command with a '!' character to run a shell command
![demo of hsrepl features](http://ballingt.com/assets/hsrepldemo.gif)