Hacker News new | ask | show | jobs
by haskellandchill 1463 days ago
I'm interested in building a good text UI for terminal, for a REPL language kind of system, but also showing interactive state, and being able to manipulate expressions, etc. Any cool tools?
1 comments

Emacs? I'm only partially joking
Ha, I use Spacemacs in terminal so I get the joke. Yes, it's a nice text manipulation environment. Making a small language and doing an emacs plugin isn't the worst approach.