[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: read-line



// From: iuvax!att!ihlpf!clarisse@rutgers.edu

// Read-line works fine:

// >(read-line)sadfasd
// "sadfasd"
// NIL

// Read-line should start reading as soon as you close the parenthesis
// and it does this properly in KCL.

Read-line is fine, but the toplevel doesn't read the newline
if you type (read-line)<return>.  It's clearly difficult
to deal with if you write a program that begins by reading
some interactive input.  It has to know to skip over the
first newline.