From ... From: Erik Naggum Subject: Re: Lisp & SICP Date: 2000/05/15 Message-ID: <3167397352936809@naggum.no>#1/1 X-Deja-AN: 623675973 References: <391E9C25.94F5C377@uniserve.com> <8fo800$cgl$1@nnrp1.deja.com> <8fp3t6$b2r$1@nnrp1.deja.com> <3167393469185860@naggum.no> <8fp7nb$g4j$1@nnrp1.deja.com> mail-copies-to: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: newsmaster@eunet.no X-Trace: oslo-nntp.eunet.no 958408733 17098 195.0.192.66 (15 May 2000 16:38:53 GMT) Organization: Naggum Software; vox: +47 8800 8879; fax: +47 8800 8601; http://www.naggum.no User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.6 Mime-Version: 1.0 NNTP-Posting-Date: 15 May 2000 16:38:53 GMT Newsgroups: comp.lang.lisp * Andrew Cooke | I'm not sure what the difference between confused and seriously | confused is, but sorry for getting the name wrong (not used Lisp for | a while) - I meant that in Common Lisp you have to explicitly call a | function when passed into a routine; in Scheme it's not necessary. If you haven't used Lisp for a while, it's a very good idea to make sure the answers you give in a public forum are not "buggy". | (It makes CL code look comparatively more messy, but how can you cope | without variable names like "list"?! ;-) Please bad-mouth Common Lisp in comp.lang.scheme -- there's no value in having random Schemers talk about "messy" here. I'll take care of bad-mouthing Scheme here in exchange for you take it elsewhere. Personally, I find it interminably unnerving to see arguments to functions crop up in the functional position, because it means whatever is in the functional position everywhere has to be compared to the arguments, as well as all the lexical bindings. Using a simple syntactical vehicle like funcall to communicate the intent of using a _variable_ as a function as opposed to the standard meaning of the named symbol is obviously a really good idea, and it would have made Scheme much more palatable had it differentiated between the "global" values of symbols and the lexical values defined within. | PS maybe seriously confused means something like "sufficiently clear | for Erik to understand what I meant". That's about as smart an explanation as confusing apply with funcall. If you don't want to be labeled seriously confused, a good thing to do is to pay more attention to detail, not even less than before. #:Erik -- If this is not what you expected, please alter your expectations.