| Related articles |
|---|
| From: | Kartik Agaram <ak@akkartik.com> |
| Newsgroups: | comp.compilers |
| Date: | Tue, 13 Mar 2018 22:31:35 -0700 |
| Organization: | Compilers Central |
| References: | <6effed5e-6c90-f5f4-0c80-a03c61fd2127@gkc.org.uk> 18-03-042 18-03-049 <CANOtCLVc1Rxp4SRSwD+dLXRUSpxY4igGstfcuxxLj-ydekGsjQ@mail.gmail.com> 18-03-055 18-03-060 |
| Injection-Info: | gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="14537"; mail-complaints-to="abuse@iecc.com" |
| Keywords: | C, design |
| Posted-Date: | 14 Mar 2018 09:30:07 EDT |
On Tue, Mar 13, 2018 at 5:07 PM, Kaz Kylheku <157-073-9834@kylheku.com> wrote:
> Anonymous functions without environments are basically just
> function pointers.
>
> If those are first class functions, then C has first class functions.
C doesn't have anonymous functions (ignoring a combination of GNU
extensions added sometime after 1988). But you mentioned anonymous
functions, so you must be aware of this. So I'm not sure what you're
saying.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.