Awesome
HyRule
This is a PoC for a Hy REPL using prompt_toolkit. Right now it requires a development snapshot for Pygments 2.0 (since that has the Hy lexer)
Currently it supports:
- Readline editing
- Syntax highlight
- Keywords completion
Not supported yet:
- Multiline input
--spy