Hi list. I find that the 'str function is rather convenient for
processing commands from the user, as it converts the input to list
format, like in

: (str (line T))
go north
-> (go north)

However, it creates complications in allowing commands like:

: (str (line T))
`(+ 1 2 3)
-> (6)

and

: (str (line T))
"crash!
EOF Overrun
?

Is there another simple way to get the lists provided by 'str without
the user this power to run code?

-- 
https://qlfiles.net

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to