emacs-devel
[Top][All Lists]
Advanced

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

Re: Naming FCRs


From: Stefan Monnier
Subject: Re: Naming FCRs
Date: Wed, 12 Jan 2022 10:10:00 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Richard Stallman [2022-01-11 23:56:05] wrote:
> [[[ To any NSA and FBI agents reading my email: please consider    ]]]
> [[[ whether defending the US Constitution against all enemies,     ]]]
> [[[ foreign or domestic, requires you to follow Snowden's example. ]]]
>   > No bad.  But I already renamed FCR to O(pen)Closure.
> What is the API for using open closures?

`oclosure-define` to define new OClosure types (similar to
`cl-defstruct`), and `oclosure-lambda` to actually create new
OClosure objects (basically a `lambda` with one more argument
specifying the type and of the object and the value of its fields).


        Stefan




reply via email to

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