All Questions
1 question
3
votes
1
answer
121
views
Portable lambda emulation in C
For fun I decided to try to emulate lambda functions in plain old C. It turns out it can be easily done with a bit of macro abuse.
CLambda struct stores function ...