Partial application in C
Steven Ryan
smryan at garth.UUCP
Wed Jun 29 06:03:27 AEST 1988
>I hope this covers all the various questions. I was sort of hoping
>that somebody out there would get excited about the idea of partial
>application, or maybe send details on how to do it on their machine.
It's easy to provide partial application and first class procedures
using a heap (especially with garbage collection). It's not really necessary
modify instruction space to do this.
More information about the Comp.lang.c
mailing list