On Sun, Jul 4, 2010 at 7:32 PM, Juan Jose Garcia-Ripoll <
juanjose.garciarip...@googlemail.com> wrote:
> Wow, I did not think about that. The other option, which is not that bad,
> is to create a REPL for that string.
>
Even better, LOAD does this for you:
cl_object string, stream;
string = make_simple_base_string(".....");
stream = cl_make_string_input_stream(1,string);
cl_load(1,stream);
It might need some additional code to silence it.
Juanjo
--
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list