For the past couple of hours I've been trying in vain to get the McCLIM Listener running. I've had to install a new version of CMUCL, get defsystem and try two...
... The main problem is that most of the free implementations of CL are hopelessly behind their commercial counterparts in terms of libraries, environments...
The same problem continues ... I received only one partial solution in May. I am hoping another 30 days would be good time for folks to work on it. Take Care ...
Hi, The Lisp community is growing rapidly. In order to support this growth, the ALU (Association of Lisp Users) is building a database of all people and...
Hi, Books on algorithms usually assume a random-access memory computer and an imperative programming language to go with it. I was wondering if there's a way...
... I'm not sure what you really mean by `a random-access memory computer'. Do you mean a stored-program computer, the so-called von Neumann architecture? ......
... You may be interested in the book "Purely Functional Data Structures" by Chris Okasaki. Here's a quote from the back cover: "This book describes data...
Could anyone suggest a good book on Franz Allegro GUI building or a online helper? I am having a bit of a hard time tackling it. Thanks ... Do you Yahoo!? ...
... Indeed. Just what I needed, thanks. Vikas G P __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! ...
This is pretty neat. These guys are trying to add some Lispy features to Java. There are two URLs for the article. http://www.openefp.com/programming/java/ ...
http://www.bloglines.com/public/tomelam I'm not sure this is the best way to share this information, but I am sharing there the Lisp-related blogs I am...
Hello Everybody, I am new to this group and also new to LISP. I am having problems in coding a program. The problem given to me is to write a set of LISP...
Hello Everybody, I am new to this group and also new to LISP. I am having problems in coding a program. The problem given to me is to write a set of LISP...
Hi, One possible solution is given below. (defconstant +article+ '(a an the)) (defconstant +adjective+ '(greyhound)) (defconstant +noun+ '(buses dog people...
This looks like a good, simple approach. I haven't completely checked this. My goodness, complete solutions to problems! Maybe I'll have to ask a good, tough...
Hi, ... Ok, so complete solutions to problems are probably not very illuminating, in any case. The problem given is a pattern matching problem, specifically...
... Anyhow, even as creator of this Yahoo group, I have no issue with this. I'll also freely admit I have a lot to learn about Lisp and AI. I was just joking...
... Check out the UNIX-Haters Manual, http://web.mit.edu/~simsong/www/ugh.pdf and Richard Gabriel's http://dreamsongs.com/WorseIsBetter.html You can get a...
I want to create a Lisp program that will write JavaScript code embedded in XML for another system to use (compile). The hardest and most important part of it...
Hello We are a software development company, headquartered in Bangalore with offices in Japan and the UK. We are currently looking for Lisp programmers with...
Pavan, I don't know about the others in this group, but I want to hear about Lisp jobs in India. You say the position(s) will be permanent ones in India. Thank...
Hello Mr.Thomas, It was nice talking to you just now. As discussed already, this position will be based in India, but initially the resource would have to...
Hi, I'm new to lisp and I have a question. What is the lisp equivalent for java classpaths? Where does the system look for files when a load is called? And how...
Hi, Amit, and welcome! Your question is a good one, because packages are an area where the Lisp standard is not up to date with other languages. You also...
Dear Thomas, Thanks for the information and the quick response. However, firstly, I'm not running Debian, and cmuclconfig only comes with the debian port of...