help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [External] : Re: Lexical vs. dynamic: small examples?


From: Emanuel Berg
Subject: Re: [External] : Re: Lexical vs. dynamic: small examples?
Date: Mon, 16 Aug 2021 00:44:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Lars Ingebrigtsen wrote:

> These are `lexical-let' and `dlet'

Can't we have an official alias "llet" for `lexical-let'?

  (defalias 'llet  #'lexical-let)
  (defalias 'llet* #'lexical-let*)

It is much faster to type than lexical-let and smaller, also
it would make it consistent with `dlet' and perhaps soften the
psychological transition from `let' :)

Ah... can't wait to remove all the

  ;;; -*- lexical-binding: t -*-

from my code :)

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]