Lambda the Ultimate

inactiveTopic Partial Application in C
started 12/23/2002; 7:43:16 PM - last post 12/23/2002; 7:43:16 PM
DougRansom - Partial Application in C  blueArrow
12/23/2002; 7:43:16 PM (reads: 206, responses: 0)
A technique to create a partial application in C, similar to closures in Functional Programming, is described in http://www.codepedia.com/1/thunks.

A whipped together wiki entry that gets the concept across.