From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Rush Newsgroups: gmane.emacs.help Subject: Re: Nested Lambda function gives error in common lisp, guile, emacs lisp but works in scheme. Why? Date: Sun, 07 Oct 2007 07:55:09 -0000 Organization: http://groups.google.com Message-ID: <1191743709.332744.228540@o80g2000hse.googlegroups.com> References: <1191735269.656673.146370@50g2000hsm.googlegroups.com> <1191735371.345984.188970@22g2000hsm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1191782020 4096 80.91.229.12 (7 Oct 2007 18:33:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Oct 2007 18:33:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 07 20:33:38 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IeawY-0000QW-MT for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Oct 2007 20:33:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeawT-0006aT-KB for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Oct 2007 14:33:29 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!o80g2000hse.googlegroups.com!not-for-mail Original-Newsgroups: comp.lang.lisp,gnu.emacs.help,comp.lang.scheme Original-Lines: 12 Original-NNTP-Posting-Host: 213.202.133.138 Original-X-Trace: posting.google.com 1191743709 22865 127.0.0.1 (7 Oct 2007 07:55:09 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 7 Oct 2007 07:55:09 +0000 (UTC) In-Reply-To: <1191735371.345984.188970@22g2000hsm.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: o80g2000hse.googlegroups.com; posting-host=213.202.133.138; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Original-Xref: shelby.stanford.edu comp.lang.lisp:230523 gnu.emacs.help:152675 comp.lang.scheme:74311 X-Mailman-Approved-At: Sun, 07 Oct 2007 14:32:24 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:48190 Archived-At: On Oct 7, 6:36 am, gnuist...@hotmail.com wrote: > Sorry, guile is scheme. So no error in guile but errors are > gotten in clisp and emacs. Well that's because it's an error in Lisp dialects where functions are not first-class denotable values. I believe there's a special form FUNCALL for dealing with this problem in that world. I don't live there myself :) david rush