From f3dc81930ebbc6727f9a796f71dceffbcb753752 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 16 Feb 2024 16:46:45 +0100 Subject: Added strong Rosenberg encoding for meta encoding 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 --- std/Number/Conversion.bruijn | 1 + 1 file changed, 1 insertion(+) (limited to 'std/Number/Conversion.bruijn') diff --git a/std/Number/Conversion.bruijn b/std/Number/Conversion.bruijn index ff08f89..c9a568f 100644 --- a/std/Number/Conversion.bruijn +++ b/std/Number/Conversion.bruijn @@ -1,3 +1,4 @@ +# MIT License, Copyright (c) 2024 Marvin Borner # convert bases to other bases :import std/Number/Unary U -- cgit v1.2.3