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

String to List coerceing



Dear Clisp Users,

I have a seemingly trivial question I do not know the answere for.

I'd like to read a line from a file and coerce it to list.
Say, I have a file with a line:

100 1.3 4.2 5.8

I'd like the line to be converted to (100 1.3 4.2 5.8) when I read it in.

What is the simplest way to do it?

Thanks for your help in addvance.

Yours,
Bela Pecsek