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...
166
Reinaldo Togores
togoresr@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...
176
Stig E Sandoe
fufieus@...
Aug 1, 2001 5:06 pm
hi, I am trying to port an application to Corman Lisp but I run into a number of problems. Some of them are quite odd: ? (deftype foo () '(unsigned-byte 28)) ...
177
Roger Corman
roger@...
Aug 1, 2001 6:33 pm
Hi Stig, Thanks for the report. All the problems you mention are fixed in the upcoming release 1.5. EQL specializers are now on by default, and yet generic...
178
manish upadhyay
kumarmanishu@...
Aug 9, 2001 9:05 am
dear friends,i want to get the prime nos between 1 to 20 natural nos.if any one have idea of this plz write the code.i was used "dotimes" but anable to...
179
Jmanby
jmanby@...
Aug 9, 2001 1:24 pm
Roger has included several examples in "primes.lisp", which you'll find in the EXAMPLES directory of the current release....
180
Reinaldo Togores
togoresr@...
Aug 9, 2001 4:26 pm
Going through the examples in Graham's ANSI Common Lisp: (defun ask-number () (format t "Please enter a number: ") (let ((val (read))) (if (numberp val) val ...
181
Chris Double
DoubleC@...
Aug 9, 2001 10:16 pm
How did you have the lisp system evaluate the number 5. Did you just press 'numeric enter'? If you did then Corman Lisp probably took the complete line and...
182
manish upadhyay
kumarmanishu@...
Aug 10, 2001 6:12 am
thanks jmanby,i was never expected that answer is before me.thanks once again. ... __________________________________________________ Do You Yahoo!? Make...
183
frantisek stafek
fstafek@...
Aug 10, 2001 10:29 am
Is it possible to use xemacs and corman common lisp? Anyone can advice me, complete newbie in xemacs and common lisp, how to set the environment with ilisp up?...
184
Reini Urban
rurban@...
Aug 10, 2001 1:58 pm
works for me out of the box with ilisp, but ilisp get's confused after a restart. for older ilisp and cormanlisp versions I wrote something at ...
185
Reinaldo Togores
togoresr@...
Aug 10, 2001 3:06 pm
Yes Chris, that's just what I did... Thanks for the prompt answer. I guess I'm not familiar with some of CCL's workings. Reinaldo ... De: Chris Double...