# cpp-y-combinator **Repository Path**: mutouyun/cpp-y-combinator ## Basic Information - **Project Name**: cpp-y-combinator - **Description**: Y Combinator in C++ - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Y Combinator in C++ Y = λf.(λx.f(x x)) (λx.f(x x))