Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

cormanlisp · Corman Lisp

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 331
  • Category: Lisp
  • Founded: Feb 9, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 146 - 175 of 1707   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
146 Pierpaolo BERNARDI
bernardp@... Send Email
Jun 11, 2001
4:52 am
From: "Roger Corman" <roger@...> ... Clisp doesn't do MOP at all; speed critical parts are handcoded in C; and it implements only a subset of CLOS. For...
147 Chris Double
chris@... Send Email
Jun 11, 2001
8:08 am
The paper by Eric Kidd that I mentioned in my previous post is available at: http://www.cs.dartmouth.edu/reports/abstracts/TR2001-404/ The title is "Efficient...
148 Roger Corman
roger@... Send Email
Jun 14, 2001
3:43 pm
Thanks for the references, Chris. These papers look very good. Roger...
149 Chris Double
DoubleC@... Send Email
Jun 14, 2001
10:43 pm
You're welcome. Another interesting link is: http://www.ai.mit.edu/~jrb/Projects/dylan-dispatch.htm It contains a power point presentation talking about...
150 Kris Oosting
koosting@... Send Email
Jun 21, 2001
8:38 am
Hello, I'm new to this group and would like to ask a question: I'm currently evaluation CormanLISP for building a small rule-based system for TCM diagnosis...
151 Reini Urban
rurban@... Send Email
Jun 21, 2001
6:15 pm
... franz allegro cl interface builder comes close to that (6.0 free evaluation version). but it costs a lot. for cormanlisp see the miniwin sample and dive...
152 Kris Oosting
koosting@... Send Email
Jun 25, 2001
10:17 am
Thanks, Indeed franz' stuff is expensive. I will dive into miniWin. Are there maybe more Corman-LISP examples out there involving Windows with buttons,...
153 Chris Double
chris@... Send Email
Jun 25, 2001
10:52 am
... What do you want to do? Maybe someone can throw a quick example together to get you started. Chris. -- http://www.double.co.nz/cl...
154 Kris Oosting
koosting@... Send Email
Jun 25, 2001
6:27 pm
Hello Chris, Wow, very much appreciated! I need to make a GUI which interacts with the application. (I hope I use the right MS-Windows terminology :-) The...
155 Chris Double
DoubleC@... Send Email
Jun 26, 2001
10:50 pm
Hi Kris, I'll see what I can throw together demonstrating some of these things if someone else doesn't get to it first. It may not be until the weekend though...
156 kumarmanishu@... Send Email Jul 6, 2001
6:50 am
hi, i just join thish group and also recently start the lisp programming.so i have no any depth idea of this language.so i want a interpreter for this.if any...
157 manish upadhyay
kumarmanishu@... Send Email
Jul 9, 2001
8:25 am
hello everybody, i'm just enter into the lisp club and i have need lisp software.i don't know whether it's compiler or the interpreter.so if any body have ...
158 manish upadhyay
kumarmanishu@... Send Email
Jul 9, 2001
8:28 am
hello everybody, i'm just enter into the lisp club and i have need lisp software.i don't know whether it's compiler or the interpreter.so if any body have ...
159 su_yuan_liang@... Send Email Jul 10, 2001
8:47 am
Hi, I encounter a problem when calling foreign functions. I suspect the problem is about the interaction of garbage collection and the foreign heap. So, I add...
160 manish upadhyay
kumarmanishu@... Send Email
Jul 10, 2001
11:49 am
sorry dear,i unable to respond u becoz i have recelntly join this club and i'm naccent as far as lisp is concerned.even i need u in the future.hope u'll...
161 Reini Urban
rurban@... Send Email
Jul 10, 2001
3:45 pm
... I believe there must be something else broken in your ffi code. ct:malloc'ed objects are gc safe. also when loaded from the image. -- Reini Urban ...
162 Chris Double
DoubleC@... Send Email
Jul 11, 2001
3:35 am
Try: http://www.corman.net There you will find a Lisp compiler for Windows. For other compilers, interpreters, or whatever for various platforms you can get...
163 manish upadhyay
kumarmanishu@... Send Email
Jul 11, 2001
7:23 am
thanks man for given the referance.i have a lispstudio a another interpreter of ">" prompt.and it is for just type a expression and enter.it is ok for simmmple...
164 su_yuan_liang@... Send Email Jul 13, 2001
6:14 am
Hi, When I evaluate "»\ȘO" what I get is "»ȘO" Why the difference? Thanks for your reading Su, Yuan-Liang...
165 su_yuan_liang@... Send Email Jul 13, 2001
6:17 am
... ^ This file is in the standard distribution ... Have you tried what I said? If yes, what's the result. Su, Yuan-Liang...
166 Reinaldo Togores
togoresr@... Send Email
Jul 14, 2001
1:00 pm
Hello everyone, especially Reini... Some time ago I downloaded CCL with the intention of experimenting with your CLARX, but it seems I don't quite understand...
167 realxset@... Send Email Jul 21, 2001
7:12 am
I rewrite "miniwin" example to produce real object-oriented GUI toolkit based on WIN32 and COMCTL32.DLL where we can use GUI objects like report-list-box,...
168 Roger Corman
roger@... Send Email
Jul 21, 2001
10:00 am
I have been doing some work on this as well. I would appreciate getting a copy if you could mail it to me. Please let me know if it is OK to include it with...
169 David S. Echols
dsechols@... Send Email
Jul 21, 2001
2:25 pm
I would be very interested in something like this. I would also love to see something like this in the next release. Any idea on when that will happen? I havew...
170 realxset@... Send Email Jul 23, 2001
6:31 pm
I am happy to make something useful for LISP. This package is only draft. I examine Allegro CL and find that it's Common Graphics library is not good and...
171 manish upadhyay
kumarmanishu@... Send Email
Jul 25, 2001
9:58 am
dear friends,i'm working on a linux platform and i loaded emac lisp in it.as i new in lisp so don't know how to start programming in it.if anyone running this...
172 Friedrich Dominicus
frido@... Send Email
Jul 25, 2001
12:24 pm
... You are wrong here. Corman Lisp is a Common Lisp Emacs Lisp is called (suprise) Emacs Lisp. So visit newgroup or mailing lists where Emacs is discussed,...
173 Reini Urban
rurban@... Send Email
Jul 26, 2001
11:05 am
M-x run-lisp or install ilisp. I hacked up some ilisp fixes but these were for previous versions of ilisp and some fixes made it in. didn't have enough time to...
174 manish upadhyay
kumarmanishu@... Send Email
Jul 27, 2001
11:58 am
thanks for assistance, i loaded ilisp and it is working but its a trial virson i think. becoz when we type in new page and trying to run the programs, i didn't...
175 Reini Urban
rurban@... Send Email
Jul 27, 2001
2:56 pm
... may I publicly quote this very amusing sentence please? (ilisp=trial version) very good! Please try out Visual Basic from Microsoft also. I wonder if they...
Messages 146 - 175 of 1707   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help