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@...
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...
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@...
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...
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. ... ...
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@...
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@...
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...
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@...
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...
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@...
Nov 15, 2001 10:49 pm
... Thanks. Kinda minimnalistic, but it'll have to do for the time being. Cheers -- Marco Antoniotti ======================================================== ...
... Well, what else did you have in mind? It would be very easy to implement something else. Roger...
481
Marco Antoniotti
marcoxa@...
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 ...
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...
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...
... 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 ...
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...
... 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...
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 ...
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...
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...
... 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@...
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@...
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...
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...
... 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...
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...