<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>I am trying to call Lisp code from C.<br><br>Suppose I have the Lisp file sayhello.lisp:<br><br>(defun say-hello () <br>    (print "hello world"))<br><br><br>and a C file hello.c:<br><br>main()<br>{<br>    say_hello();  /* ?? */<br>}<br><br>How do I compile everything into a program so that it all works? <br></div></div><br>
      <hr size=1> 
Yahoo! Answers - Get better answers from someone who knows. <a
href="http://uk.answers.yahoo.com/;_ylc=X3oDMTEydmViNG02BF9TAzIxMTQ3MTcxOTAEc2VjA21haWwEc2xrA3RhZ2xpbmU">Try
it now</a>.</body></html>