[Ecls-list] Trying to build hello world

Ben benbelly at gmail.com
Tue Aug 22 13:03:38 UTC 2006


Try:
(c::build-program "hello" :epilogue-code '(format t "Hello, world!~%"))

Note the ' in front of the call to format.

-Ben

On 8/22/06, Pierre THIERRY <nowhere.man at levallois.eu.org> wrote:
> Hi,
>
> I'm just discovering ECL, and I'm trying to build a standalone program.
> I tried the following:
>
> - (c::build-program "hello" :epilogue-code (format *standard-output* "Hello world!~%"))
> - (c::build-program "hello" :epilogue-code (format t "Hello world!~%"))
>
> Each resulted in a small executable that just does nothing. :-/
>
> Did I do something wrong?
>
> Doubtfully,
> Nowhere man
> --
> nowhere.man at levallois.eu.org
> OpenPGP 0xD9D50D8A
>
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Ecls-list mailing list
> Ecls-list at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ecls-list
>




More information about the ecl-devel mailing list