I need a command line (should be a command line!) Read-eval-print-loop Scheme interpreter. But rather, I need an interpreter that can at least highlight parentheses and maybe even save a story, such as programs that support reading in GNU format. All this at the REPL level.
Does it exist? Is it possible? Should I hack this in open source REPL? Am I just bad at the computer? Should I even bother?
I checked other questions for this, but I didn’t quite find what I was looking for. I tried Racket and mzscheme, but it doesn't seem to do what I want. At the moment I am using the mit-scheme, but this balancing function (like any program that they used in SICP lectures) would be almost what I could ever want.
eddieantonio
source share