aboutsummaryrefslogtreecommitdiffhomepage
path: root/std/Number/Conversion.bruijn
AgeCommit message (Collapse)Author
2024-02-16Added strong Rosenberg encoding for meta encodingMarvin Borner
Originally got the idea from @sgoguen (YC) and was further inspired by @hbr from one of their blog posts[1]. The current encoding has some holes and bad performance, so I might switch to a different one in the future. The wiki and metaprogramming blog post have been updated accordingly. [1] https://hbr.github.io/Lambda-Calculus/computability/text.html
2024-02-15Added number conversion utility functionsMarvin Borner