emacs-devel
[Top][All Lists]
Advanced

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

Re: dash.el [was: Re: Imports / inclusion of s.el into Emacs]


From: Stefan Monnier
Subject: Re: dash.el [was: Re: Imports / inclusion of s.el into Emacs]
Date: Tue, 12 May 2020 09:50:00 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> In Clojure, a function literal is written with `#(...)`, and it supports
> `%n` for arguments, where n=1,2,3...

IIRC there's a macro somewhere providing a similar facility.
We can't use (# ...) because the reader doesn't like `#` on its own (it
expects it to be followed by something like a vector, a hex/binary/octal
number, etc...).


        Stefan




reply via email to

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