vote up 4 vote down star

I'm playing with Paul Graham's arc, and it's getting really annoying that the up arrow inserts ^[[A instead of the previous command, and ^R doesn't work as in shell. I vaguely remember there being a simple way to run Arc's REPL in a program which will remember the input history - does anyone know what it is?

flag

2 Answers

vote up 5 vote down check

Perhaps you're thinking of rlwrap?

link|flag
vote up 6 vote down

I like rlwrap too, but other options include:

  • Emacs modes:
  • ssfe (the frontend part of sirc)
  • jline (especially if the REPL is written in Java, which arc is not)
link|flag
I haven't thought about ssfe in over a decade, but it would work here. Nice idea. – Nicholas Riley May 28 at 9:20

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.