[DGD] function pointers

Petter Nyström jimorie at gmail.com
Tue Jun 21 11:02:04 CEST 2011


Cool.

On Tue, Jun 21, 2011 at 2:41 AM, Felix A. Croes <felix at dworkin.nl> wrote:
> This is for DGD only and has not yet been merged into the master branch.

But you mean to make this a standard feature of your master branch, eventually?

>  - (*functionp)() calls the function.

What's the reason for the (*functionp)() syntax? The plain and simple
functionp() would seem natural to me, but then I'm probably missing
something. I suppose you don't want to clash with the namespace of
real functions, maybe...

Also, in what object will the function be called?

Regards,
Petter



More information about the DGD mailing list