i have installed clisp in my ubuntu machine. I am trying to use sdraw to display the cons structure. But this SDRAW is not working in my computer.I tried to use the examples given in the book A gentle indtroduction to symbolic computation. Can anybody tell me how can i enable it to work?
[edit]
i used following command
(sdraw ‘ (alpha (barvo) charlie))
i got following message
*** - EVAL: undefined function SDRAW
Thanks
yes i finally got the answer. we need to load the file
sdraw.genericand we can have to load the file using the command.then use the
sdrawcommand to display the cons art.