T
Tim Rentsch
Nobody said:[closures as call-back functions]
Closures are more elegant, but ultimately anything you can do with a
closure you can do with a function pointer and a data pointer.
Ultimately anything you can write in C you can write on a
Turing Machine. Are you saying anything more than that it's
possible to compute any computable function in any Turing
complete language?
Function pointer plus data pointer is not as useful or as
usable as closures if the type of the function pointer is
fixed and it takes no arguments, to name just one example.