What I am trying to write, is a minimal interpreter read-eval loop,
which gets its $INPUT from /dev/tty.

 How about this?

 redirfd -r 0 /dev/tty
 forstdin -d"\n" LINE
 importas -u LINE LINE
 execlineb -c $LINE

--
 Laurent

Reply via email to