unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Ted Zlatanov <tzz@lifelogs.com>, emacs-devel@gnu.org
Subject: Re: general lazy list facility for Emacs Lisp?
Date: Wed, 23 Mar 2011 21:18:45 +0100	[thread overview]
Message-ID: <87hbatfv4q.fsf@member.fsf.org> (raw)
In-Reply-To: <jwvei5x38vh.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Wed, 23 Mar 2011 16:03:45 -0400")

Stefan Monnier <monnier@iro.umontreal.ca> writes:

Hi Stefan,

> Emacs has had closures for "ever", tho it only closes over variables
> that are bound by `lexical-let' (provided by CL).  Emacs-24 will have
> a more integrated and efficient support for closures, by setting the
> `lexical-binding' variable which makes `let' bind lexically in the
> same way as in Common-Lisp.  You can try it out right now in the
> `lexbind-new' branch which is pretty much ready for inclusion (mostly
> lacks testing, and has currently 1 open bug apparently around eieio;
> additional testers are welcome).

I've started compiling and will report issues if I find one in my daily
use.  I guess, that there are many packages that won't work with
lexical-binding set to t, right?

I mean, at least I've seen code that uses let in order to save some
parameters, like

  (let ((foo "bar"))
    (function-that-does-something-with-foo))

without defvar-ing foo.  I might be wrong, but I think I remember
org-mode did so in some places...

Bye,
Tassilo



  parent reply	other threads:[~2011-03-23 20:18 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-23 15:07 general lazy list facility for Emacs Lisp? Ted Zlatanov
2011-03-23 16:45 ` Tassilo Horn
2011-03-23 17:12   ` Ted Zlatanov
2011-03-23 17:46     ` Thierry Volpiatto
2011-03-23 18:09       ` Ted Zlatanov
2011-03-23 18:27         ` Thierry Volpiatto
2011-03-23 20:33           ` Ted Zlatanov
2011-03-23 20:43             ` Ted Zlatanov
2011-03-23 19:03     ` Tassilo Horn
2011-03-23 19:10       ` Tassilo Horn
2011-03-23 19:42         ` Ted Zlatanov
2011-03-24  5:27           ` Eric Schulte
2011-03-24 15:43             ` Ted Zlatanov
2011-03-25 12:30               ` Eric Schulte
2011-03-23 20:03         ` Stefan Monnier
2011-03-23 20:14           ` Jason Earl
2011-03-23 20:19             ` Tassilo Horn
2011-03-23 20:18           ` Tassilo Horn [this message]
2011-03-23 20:41             ` Tassilo Horn
2011-03-23 21:51               ` Stefan Monnier
2011-03-24  7:26                 ` Tassilo Horn
2011-03-23 20:26       ` Ted Zlatanov
2011-03-23 17:13   ` Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87hbatfv4q.fsf@member.fsf.org \
    --to=tassilo@member.fsf.org \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=tzz@lifelogs.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).