Google Groups Home
Help | Sign in
comp . lang . lisp
This is a Usenet group - learn more
Find or start a Google Group about lisp.
Active older topics
34 new of 34 - Oct 11
24 new of 24 - Oct 9
4 new of 4 - Oct 10
4 new of 4 - Oct 10
3 new of 3 - Oct 10
87 new of 87 - Oct 10
4 new of 4 - Oct 9
2 new of 2 - Oct 9
15 new of 15 - Oct 9
5 new of 5 - Oct 9
Related Groups
The Scheme Programming language.
Medium activity, Usenet
Medium activity, Usenet
Compiler construction, theory, etc. (Moderated)
Low activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 28743  Older »
Description: Discussion about LISP.
 

LOOP question 
  I don't know if the implementation of LOOP is standard across implementations, and I'm wondering about possible dynamic scoping issues across implementations. Given the following example: (defparameter *foo* nil) (defun print-foo () (print *foo*)) (defun test () (loop for *foo* from 1 to 10 do (print-foo)))... more »
By Jeff M.  - 12:48am - 3 new of 3 messages    

xmlisp problems 
  Hi, I have the example code working with windows/slime/sbcl 1.0.13/xmlisp v2.3 but when I pull in an RSS feed (using Drakma) it looks like the 2nd line: <?xml-stylesheet type="text/xsl" href="/news_rss.xsl"?> Isn't properly handled. The example RSS file does not have this line. Is there a solution for this?... more »
By Ludovico  - Oct 10 - 1 new of 1 message    

ParenScript and LOOP 
  Does anyone know if the LOOP macro in CL works with ParenScript? Lemonodor has an example of a do-loop working here: [link] but I think I like the LOOP macro now heh. -Rudolf
By OMouse  - Oct 10 - 2 new of 2 messages    

#! /usr/local/bin/lisp ? 
  This is a kind of a follow up to my previous post about executable form of a Lisp program. When I write a Perl script and include "#! /usr/bin/perl" as the first line, I can chmod it to 755 and run it like "perl ./script.plx". Can I do the same with a Lisp script? If so, is there any kind of documentation on it?... more »
By cartercc  - Oct 10 - 7 new of 7 messages    

FREE SOFTWARE 
  [link]
By acadia12@gmail.com  - Oct 10 - 1 new of 1 message    

gavino vs harrop, who do you prefer? 
 
By verec  - Oct 9 - 4 new of 4 messages    

Cons cell archaic!? 
  How? Is there anything wrong with the concept? I thought it was so easy to parse the S-expressions because of it. Is this really a problem for Lisp or this is more of a non-Lisper automatic reaction to something he is not used to? How would the implementation of a Lisp without a using cons look like?... more »
By Anticomuna  - Oct 9 - 17 new of 17 messages    

cl-weblocks on trac.common-lisp.net down or replaced? 
  Hi, I was just wondering if [link] has been replaced or if it is just temporarily down. Thanks, Rob
By r.p.l...@gmail.com  - Oct 9 - 7 new of 7 messages    

Can sub-classes initialize-instance modify base-classes slot *before* base's initialize-instance executes? 
  I suspect the answer is no, and in which case I will revisit my concept. But here is the story. I have a base class that initializes storage. One of its subclasses needs extra padding around the storage. The base classes initializes the padding to zero, and the subclasses ought to change that. Is... more »
By mirko.vuko...@gmail.com  - Oct 9 - 15 new of 15 messages    

tablizer and tables/database + procedural vs lisp/oo/other 
  tablizer says as one programs oo you "re invent" the database in code often far mroe inefficiently thatn the "team" of a relational db +procedural language. Is this division of labor inevitable? Will a "dumb" langauge like tcl and a database like postgresql when skillyfully combined always outperform a lisp based framework... more »
By gavino  - Oct 9 - 3 new of 3 messages    

1 - 10 of 28743   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google