Arc Forumnew | comments | leaders | submit | yurez's commentslogin
2 points by yurez 6316 days ago | link | parent | on: Reading raw string

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.

-----