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: 10 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-27T17:24:21.000Z (about 10 years ago)
- Last Synced: 2025-04-02T12:54:41.716Z (10 months ago)
- Topics: developer-tools, haskell, repl, replay
- Language: Haskell
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- 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 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
