Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!mailrus!cornell!bard From: bard@brigid.cs.cornell.edu (Bard Bloom) Newsgroups: comp.emacs Subject: Re: This year's version of 1char.el Message-ID: <43356@cornell.UUCP> Date: 14 Jul 90 15:18:34 GMT References: <43261@cornell.UUCP> <8970007@hpfcso.HP.COM> Sender: nobody@cornell.UUCP Reply-To: bard@cs.cornell.edu (Bard Bloom) Organization: Cornell Univ. CS Dept, Ithaca NY Lines: 14 > Lemme guess, "f:l" means this: > > (defmacro f:l (args &rest body) > (list 'function (cons 'lambda (cons args body)))) > Yes indeed. It's a truly obscure mnemonic, but I remembered it from UCI Lisp a good many years after my two-month usage of UCI Lisp -- probably as a good example of a truly obscure mnemonic. I recently posted a version which defined it. -- Bard