Thank you.

I implemented this function

 

cl_object mod_ecl_load(char* src) {

cl_object string, stream;

string = make_simple_base_string(src);

stream = cl_make_string_input_stream(1, string);

return cl_load(1, stream);

}

 

But this does only print out

#<string-input stream from "(defun hello-wor...">

 

How do I convert this output back to plain text?

 

Thank you, Louis.

 

Von: Juan Jose Garcia-Ripoll [mailto:juanjose.garciarip...@googlemail.com] 
Gesendet: Sonntag, 4. Juli 2010 19:36
An: Pascal J. Bourguignon
Cc: ecls-list@lists.sourceforge.net
Betreff: Re: [Ecls-list] Simple Hello word! function

It might need some additional code to silence it.

 

------------------------------------------------------------------------------
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

Reply via email to