Sorry, no immediate plans. The topic comes up from time to time but we don't have sufficient resources to start this. Roger Corman...
138
KarstenPoeck@...
Jun 9, 2001 2:41 pm
It seems that vector-pop is missing in the latest release (vector- push seem to exist) Is the following a appropriate definition? (defun vector-pop (vector) ...
139
KarstenPoeck@...
Jun 9, 2001 3:36 pm
I noted that in plain CL benchmarks CormanLisp is about as fast or even faster than ACL or LW but in CLOS intensive benchmarks runs really slow (even slower...
140
Pierpaolo BERNARDI
bernardp@...
Jun 9, 2001 4:03 pm
Hello, From: <KarstenPoeck@...> ... - (error "Vector does not have a fill pointer: ~A" vector)) + (error (make-condition 'type-error ... - (return nil)) +...
141
Chris Double
DoubleC@...
Jun 10, 2001 9:58 pm
Did you have eql specialisers turned on? This slows things down quite a bit. Apart from that, Corman Lisp uses a modified Closette for its CLOS system. It's...
142
Reini Urban
rurban@...
Jun 10, 2001 10:15 pm
... PCL is also not very fast. I guess ACL/LW use special optimizations on method calls, but I don't know why CLISP is that fast. Haven't looked at that yet....
143
Roger Corman
roger@...
Jun 10, 2001 11:07 pm
I believe CLOS dispatching will be about twice as fast with the next release, since I rewrote the way that method arguments are matched against cached methods...
144
Reini Urban
rurban@...
Jun 11, 2001 12:42 am
... No. See http://clisp.cons.org/impnotes.html#clos-diff CLOS: Redefining classes at run-time is not supported. Bruno talked about performance problems with...
145
Chris Double
DoubleC@...
Jun 11, 2001 2:08 am
Regarding speeding up CLOS. Have you looked at algorithms like the ones in: http://www.cs.washington.edu/research/projects/cecil/www/Papers/dispatching.html ...
146
Pierpaolo BERNARDI
bernardp@...
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@...
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@...
Jun 14, 2001 3:43 pm
Thanks for the references, Chris. These papers look very good. Roger...
149
Chris Double
DoubleC@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...