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 467 - 496 of 1707   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
467 boney_mampilli@...
boneytalks Send Email
Nov 2, 2001
1:31 am
hi all thanx for your help... as suggested by K im doing it this way... (defun putprop (symbol value property) (setf (get symbol property) value)) actually im...
468 Marco Antoniotti
marcoxa@... Send Email
Nov 2, 2001
3:05 pm
... If DFS is Depth First Search, then you are probably using a coloring scheme. Moreover, you are probably using some graph node structure. If so, you will...
469 vik jain
vikjain2 Send Email
Nov 8, 2001
5:20 am
hello, can you please refer to these site. there are 2 progs linneus.lisp and match.lisp i was actually thinking of areas in which this program can be modified...
470 Kat
gertie@... Send Email
Nov 8, 2001
6:09 pm
... Two ways to do this. 1) set a flag with the input line and the output line, and a timer to delete the flag later. This forms a short term memory. Check the...
471 vik jain
vikjain2 Send Email
Nov 8, 2001
6:30 pm
thanks for your suggestion.. can you provide me with the modified code for this ? as i experimented in several ways but it did not work out for me. ... ...
472 vik jain
vikjain2 Send Email
Nov 8, 2001
8:13 pm
hi! can anyone provide me an example in lisp which involves the movement of blocks say A,B,C,D from some initial to some new position,where rules are...
473 Kat
gertie@... Send Email
Nov 8, 2001
8:19 pm
... I cannot. Like i said, i am new to lisp, and never wrote one line of code in lisp. Kat...
474 Raffael Cavallaro
raffael@... Send Email
Nov 8, 2001
8:19 pm
... in other words, "could someone do my homework assignment for me?" Post what you've worked out so far, and people will make suggestions. Don't come here (or...
475 Reini Urban
reiniurban Send Email
Nov 9, 2001
10:08 am
... lisp is a programming language, not a robot. books: winston/horn "lisp", PAIP, any AI or game development book. -- Reini Urban ...
476 boney mampilli
boneytalks Send Email
Nov 10, 2001
3:29 pm
hi all although im a student myself... i agree with Raffael completely.... Show us what U've got... n WE will TRY to HELP U find what U HAVEN't GOT... lets...
477 Marco Antoniotti
marcoxa@... Send Email
Nov 15, 2001
5:15 pm
Hi, this may be a stupid question, but, how do you write the equivalent of RUN-PROGRAM in CCL? I am asking this because I would like to add support for MS C...
478 Roger Corman
rgcorman Send Email
Nov 15, 2001
10:16 pm
Hi Marco, The command is WIN:SHELL with a single parameter, a string, for the command to be executed. It returns an integer status code, the one returned by...
479 Marco Antoniotti
marcoxa@... Send Email
Nov 15, 2001
10:49 pm
... Thanks. Kinda minimnalistic, but it'll have to do for the time being. Cheers -- Marco Antoniotti ======================================================== ...
480 Roger Corman
rgcorman Send Email
Nov 16, 2001
7:06 am
... Well, what else did you have in mind? It would be very easy to implement something else. Roger...
481 Marco Antoniotti
marcoxa@... Send Email
Nov 16, 2001
2:52 pm
... I kind of settled on the minimalistic version anyway. Bu I investigated something along the lines of some-package:execute program &optional arguments &key ...
482 Roger Corman
rgcorman Send Email
Nov 16, 2001
6:10 pm
... Almost--it uses a C runtime library function called "system". Roger...
483 pls522@...
pls522 Send Email
Nov 18, 2001
7:24 am
Hi,we would like to ask the following questions: We are currently working on a school project using the Corman Lisp language. It's our first time to use this...
484 hughmalan@...
hughmalan Send Email
Nov 18, 2001
11:12 am
I've been looking for a script language to embed into C++ for my own entertainment, and Corman Lisp seemed like the best choice. It all started off fine - I...
485 Roger Corman
rgcorman Send Email
Nov 18, 2001
10:57 pm
... Hi, You make a reasonable request. However, currently it is not possible to run lisp code in your own thread. The garbage collector only knows about ...
486 Rene_de_Visser@...
rene_de_v Send Email
Nov 22, 2001
3:48 pm
I have discovered a case where the different behaviour of SETF in CormanLisp from LispWorks gives some nice porting problems. I have posted the question of...
487 Roger Corman
rgcorman Send Email
Nov 24, 2001
10:33 pm
... There are some order-of-evaluation problems with the SETF functions in Corman Lisp. You bumped into the one for (setf cdr). It and (setf car) both evaluate...
488 pkelley@...
flat_book Send Email
Nov 28, 2001
7:45 pm
Ran into a small problem with peek-char - I'm running CCL 1.5, with the patches applied. If you specify a non null peek-type when you call the function, and ...
489 Roger Corman
rgcorman Send Email
Nov 28, 2001
8:29 pm
Thanks, Pat. Your fix looks good--I will make sure the change gets into the code stream. I guess I haven't tested it much with non-null peek-type. I have...
490 djkrassen@...
djkrassen Send Email
Dec 4, 2001
8:23 pm
Hello Corman Lisp Users: I have used Common Lisp for a long time and have several questions which pertain specifically to the Corman Lisp implementation. 1) I...
491 Reini Urban
reiniurban Send Email
Dec 6, 2001
4:52 pm
... I can wholeheartedly recommend sonya keene's and partially steven slades CLOS books. for exact titles see http://www.lisp.org -- Reini Urban ...
492 Chris Double
DoubleC@... Send Email
Dec 7, 2001
2:31 am
... Using Paul Meurer's SQL-ODBC library this should be fairly simple: (require 'sql) (require 'odbc) (defpackage "MY-DB" (:use "COMMON-LISP" "SQL" "ODBC")) ...
493 Marco Antoniotti
marcoxa@... Send Email
Dec 16, 2001
6:22 pm
Hi message says it all. Microsoft has this "Scripting Engine" in place where you can pull in a number of lesser programming languages. Alas, I need to pull in...
494 realxset Send Email Dec 21, 2001
5:13 am
Hi! I probably do not understand something about Common Lisp IO. May be this is incorrect, but I need read/write structures with strict format from/to disk as...
495 Reini Urban
reiniurban Send Email
Dec 22, 2001
1:04 am
... There have been plans, but no time at my side. Not that it is hard to do, only stupid C++ ATL work to please all the IDispatch interface objects. And I...
496 rohan nicholls
rohannicholls Send Email
Dec 22, 2001
11:09 pm
Ignorant question, but what would be involved in porting Corman Lisp over to Linux. I have been migrating over, and would like to know what it would involve...
Messages 467 - 496 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