[Ecls-list] Getting "hello world" going

Mark Carter mcturra2000 at yahoo.co.uk
Thu Aug 23 23:07:18 UTC 2007


I am trying to call Lisp code from C.

Suppose I have the Lisp file sayhello.lisp:

(defun say-hello () 
    (print "hello world"))


and a C file hello.c:

main()
{
    say_hello();  /* ?? */
}

How do I compile everything into a program so that it all works? 




      ___________________________________________________________ 
Want ideas for reducing your carbon footprint? Visit Yahoo! For Good  http://uk.promotions.yahoo.com/forgood/environment.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20070823/9806f5ed/attachment.html>


More information about the ecl-devel mailing list