Comment by ILMostro7
3 years ago
IIUC, this doesn't necessarily translate to more efficient programming, just because the program size is small. It's elegant. Just wondering about possible applications. Maybe I'm not understanding how currying works.
Author here. Love SectorLambda for its mathematical beauty. If you're hungry for more efficient practical computation, check out my C language projects like Cosmopolitan Libc and Redbean. For instance, rather than processing data at 16kbps it's able to do things like crc32 at 22gBps https://github.com/jart/cosmopolitan/blob/d6a039821f927cc81b... and memset goes 126gBps https://github.com/jart/cosmopolitan/blob/d6a039821f927cc81b...
Awesome stuff. Thank you very much for the follow-up as well.
Is there any interest in a Forth-style approach?
Indeed I wish there was a video of someone explaining this article on a whiteboard/chalkboard.
Michael Penn, Burkard Polster, Matt Parker, or one of the Numberphile guys?