Comment by taolson
>I made my own, with a Haskell+Bash flavor and a REPL that reloads with each keystroke
That was impressive! Do you have a public repo with your language, anywhere?
>I made my own, with a Haskell+Bash flavor and a REPL that reloads with each keystroke
That was impressive! Do you have a public repo with your language, anywhere?
yep, https://github.com/lukechampine/slouch. Fair warning, it's some of the messiest code I've ever written (or at least, posted online). Hoping to clean it up a bit once the bytecode stuff is production-ready.