As for up-arrow, I get "^[[A", so I haven't enjoyed the REPL as much as I ought to. I'm on a mac. Does anyone know a way to fix this?
($ (dynamic-require '(lib "rep.ss" "readline") (zero? 1)))
(As a side note, you need to use (zero? 1) instead of #f because Arc turns #f into nil.)
-----