<br><br><div class="gmail_quote">On Sat, Mar 13, 2010 at 10:59 AM, Alex Ross <span dir="ltr"><<a href="mailto:z-textmate@lasersox.net">z-textmate@lasersox.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Mar 12, 2010, at 4:19 PM, Rajanikanth Jammalamadaka wrote:<br>
<br>
> Did anybody succeed in using Textmate for lisp. I get the following error when I press Apple-key + R:<br>
><br>
> xcodebuild: Error: the directory /Users/userName does not contain an Xcode project.<br>
<br>
</div>TextMate's Lisp bundle is here: <a href="http://github.com/textmate/lisp.tmbundle" target="_blank">http://github.com/textmate/lisp.tmbundle</a>, you can download it with the “Download Source” button near the top right of the page.  Unfortunately it doesn't include a command to run a script.  However, I'm the one to create such a command!  Could you tell me which lisp interpreter / compiler you commonly use?  Could you also provide a “Hello World” lisp program?<br>

<br>
Thanks!<br>
—Alex<br><br></blockquote><div><br></div><div>Thanks Alex. I usually use ReadyLisp:</div><div><a href="ftp://ftp.newartisans.com/pub/lisp/ready-lisp/ReadyLisp.dmg.zip">ftp://ftp.newartisans.com/pub/lisp/ready-lisp/ReadyLisp.dmg.zip</a></div>
<div><br></div><div>A simple hello world program would look like this:</div><div><br></div><div>(defun hello () "Hello World")</div><div>(hello)</div><div><br></div><div>Thanks,</div><div>Raj</div></div><br clear="all">
<br>-- <br>Rajanikanth<br>