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

How to convert a string into real code?



I have the String:

"(defun _Fct (L) (if (NULL L) T (if (EQUAL (CAR L) 0) (NIL) (_Fct (CDR
L)))))"

and want to convert it to a list of lists, so i can
eval it and can use _Fct . How can i manage that?

Greetings, Mark


-- 
Mark Müller * Institut für Angewandte Informatik * FG Methoden der KI 
Sekr. 5-8 * Franklinstr.28-29 * 10587 Berlin * Tel.: 314-21005        
     Email:  pandur@cs.tu-berlin.de * stoffel@cs.tu-berlin.de          
           WWW: http://www.cs.tu-berlin.de/~pandur/