Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > Lisp in OS X

Lisp in OS X
Thread Tools
Fresh-Faced Recruit
Join Date: May 2001
Status: Offline
Reply With Quote
Mar 3, 2002, 03:07 PM
 
Good day.

Is there any application by wich it can be possible to develop Lisp solutions in Mac OS X?

--->>> Thank you very much
     
Mac Enthusiast
Join Date: Sep 2000
Location: Cupertino, CA
Status: Offline
Reply With Quote
Mar 3, 2002, 09:33 PM
 
Originally posted by Perfect Radio:
<STRONG>Good day.

Is there any application by wich it can be possible to develop Lisp solutions in Mac OS X?

---&gt;&gt;&gt; Thank you very much</STRONG>
I imagine gcl would not be that hard to get up and running. Personally I am a schemer, I brought up scm without too much difficulty.

Louis
Louis Gerbarg
Darwin Developer
These are my views, and not the views of my employer.
     
Addicted to MacNN
Join Date: May 2001
Location: Cupertino, CA
Status: Offline
Reply With Quote
Mar 3, 2002, 11:13 PM
 
Well there's Allegro CL (http://www.franz.com). Of course, it's far from free...
     
Dedicated MacNNer
Join Date: May 2001
Location: Glasgow, UK
Status: Offline
Reply With Quote
Mar 3, 2002, 11:26 PM
 
Originally posted by Perfect Radio:
<STRONG>Good day.

Is there any application by wich it can be possible to develop Lisp solutions in Mac OS X?

---&gt;&gt;&gt; Thank you very much</STRONG>
CLisp has a CLI version for Darwin, and it works very well (free). http://clisp.cons.org/

Also, there is a free OpenMCL though it started little late.
This site is currently down for some reason, but will be on soon.
This works on Darwin and Linuxppc. http://www.clozure.com/

If you think about a commercial one, go for MCL. We will have OS X native version at this autumn. People says the MCL is the best Lisp tool. Current version 4.3.1 works in Classic mode. You can download a trial version. http://www.digitool.com/

I DO_NOT recommend to use ACL (allegro from Franz) in OS X yet.
They advertises that they have OS X version, but doesn't offer any trial version for it.

Hope this help your searching.
     
Mac Elite
Join Date: Jun 2001
Location: Dundee, Scotland
Status: Offline
Reply With Quote
Mar 4, 2002, 04:18 AM
 
There's also EMACS..
     
Dedicated MacNNer
Join Date: May 2001
Location: Glasgow, UK
Status: Offline
Reply With Quote
Mar 4, 2002, 04:31 AM
 
Originally posted by sambeau:
<STRONG>There's also EMACS..
</STRONG>
Well.. people don't recommend elisp which built-in emacs cos its not a standard. Also, gcl seems out of date now.
     
Admin Emeritus
Join Date: Oct 2000
Location: Boston, MA
Status: Offline
Reply With Quote
Mar 4, 2002, 03:45 PM
 
Woo, I like Scheme myself.

There's a GUI frontend to scheme48 called macScheme48 out there (by josha@cs.nwu.edu)

And a LISP by Greg Chaitin (called lisp).
"Against stupidity, the gods themselves contend in vain" (Schiller)
     
Addicted to MacNN
Join Date: May 2001
Location: Cupertino, CA
Status: Offline
Reply With Quote
Mar 4, 2002, 04:07 PM
 
True there is no trial version of ACL for OS X. I emailed the company that makes it (Franz) and was able to obtain a time-limited copy because I'm a student and it seems to run fine -- I haven't noticed any differences between the OS X version and the Solaris and Windows versions others are using.
     
Dedicated MacNNer
Join Date: May 2001
Location: Glasgow, UK
Status: Offline
Reply With Quote
Mar 4, 2002, 05:58 PM
 
Originally posted by itai195:
<STRONG>True there is no trial version of ACL for OS X. I emailed the company that makes it (Franz) and was able to obtain a time-limited copy because I'm a student and it seems to run fine -- I haven't noticed any differences between the OS X version and the Solaris and Windows versions others are using.</STRONG>
whoah! I didn't know that they offer a time-limited version.
That's a good info.
Cheers,
     
Dedicated MacNNer
Join Date: May 2001
Location: Glasgow, UK
Status: Offline
Reply With Quote
Mar 4, 2002, 06:06 PM
 
Originally posted by parallax:
<STRONG>Woo, I like Scheme myself.

There's a GUI frontend to scheme48 called macScheme48 out there (by josha@cs.nwu.edu)

And a LISP by Greg Chaitin (called lisp).</STRONG>
Ummmm.... different people has a different taste.
I am sure that scheme is very nice one.
but....
MCL (Macintosh Common Lisp) has powerful editor called 'fred',
and also has an interface builder,
and I can run a quicktime movie in the lisp window,
also I can implement OpenGL in the lisp window.
Just FYI.
     
Addicted to MacNN
Join Date: May 2001
Location: Cupertino, CA
Status: Offline
Reply With Quote
Mar 5, 2002, 02:14 AM
 
Originally posted by sungwoo:
<STRONG>

whoah! I didn't know that they offer a time-limited version.
That's a good info.
Cheers, </STRONG>
Haha... yeah they seem to, but it may only be because I'm a Berkeley student and they're located in Berkeley... worth a shot though. I think if enough people ask them about it they would probably offer an OS X trial version.
     
Fresh-Faced Recruit
Join Date: Nov 2001
Status: Offline
Reply With Quote
Mar 7, 2002, 01:22 PM
 
Has anyone gotten CLisp to compile on os x? I broke it up into the individual make's (as per the INSTALL file) to find where it's going wrong and it's breaking on "make lisp.run"
The errors I get are many but it starts off like:
gcc -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -fomit-frame-pointer -Wno-sign-compare -O2 -DUNICODE -c eval.c
unix.d:221: illegal external declaration, missing `;' after `)'
unix.d:221: illegal external declaration, missing `;' after `status'
unix.d:222: illegal external declaration, missing `;' after `)'
unix.d:222: illegal external declaration, missing `;' after `status'
lispbibl.d:1800: illegal external declaration, missing `;' after `)'
lispbibl.d:1800: illegal external declaration, missing `;' after `void'
lispbibl.d:6970: illegal external declaration, missing `;' after `__SP'
lispbibl.d:7285: illegal external declaration, missing `;' after `)'
lispbibl.d:7285: illegal external declaration, missing `;' after `void'
lispbibl.d:7306: illegal external declaration, missing `;' after `)'
lispbibl.d:7306: illegal external declaration, missing `;' after `void'
lispbibl.d:7321: illegal external declaration, missing `;' after `)'
lispbibl.d:7321: illegal external declaration, missing `;' after `void'
lispbibl.d:7330: illegal external declaration, missing `;' after `)'
lispbibl.d:7330: illegal external declaration, missing `;' after `uintL'
lispbibl.d:7331: illegal external declaration, missing `;' after `)'
lispbibl.d:7331: illegal external declaration, missing `;' after `obj'

Any ideas?
     
Dedicated MacNNer
Join Date: May 2001
Location: Glasgow, UK
Status: Offline
Reply With Quote
Mar 7, 2002, 02:09 PM
 
Originally posted by Christopher Flynn:
<STRONG>Has anyone gotten CLisp to compile on os x?
</STRONG>
I haven't tried yet cos there is a binary file that you can install directly.
Wonder why are you trying to compile it...
Sorry.. not much helpful.
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 12:13 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2