[Ecls-list] -shell and -load difference

Erik Huelsmann ehuels at gmail.com
Thu Oct 18 07:26:46 UTC 2007


>
> PS
> ...Is there a way to run CL code from strings within ECL without writing
> and reading a temporary file (this would just be a nicety since it works
> fine as is)?

Yes and it works on all CLs:

(defun eval-string (your-code)
  (eval (read-from-string your-code)))

HTH,


Erik.




More information about the ecl-devel mailing list