I printed these https://budmen.com/ until I ran out of PLA. I don't honestly have any knowledge about their effectiveness, but while my city is under shelter-in-place it seemed as good a way as any to pass the time. I…
#define lambda(ret_type, _body) ({ ret_type _ _body _; }) I found this one really fascinating, they're using both statement expression and nested functions. Their (reformatted) example of: int (*max)(int, int) =…
I printed these https://budmen.com/ until I ran out of PLA. I don't honestly have any knowledge about their effectiveness, but while my city is under shelter-in-place it seemed as good a way as any to pass the time. I…
#define lambda(ret_type, _body) ({ ret_type _ _body _; }) I found this one really fascinating, they're using both statement expression and nested functions. Their (reformatted) example of: int (*max)(int, int) =…