Arc Forumnew | comments | leaders | submitlogin
2 points by yurez 6316 days ago | link | parent

Looks like your version eats empty lines :)

  arc> (repeat 3 (myreadline))
  1
  2
  
  3
  nil
  arc>
Anyway, I think the problem is with readline checking for #\newline char, instead of some magic-os-dependent-line-separator.