[Ecls-list] Simple Hello word! function

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Sun Jul 4 17:36:21 UTC 2010


On Sun, Jul 4, 2010 at 7:32 PM, Juan Jose Garcia-Ripoll <
juanjose.garciaripoll at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20100704/5c58fc61/attachment.html>


More information about the ecl-devel mailing list