Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-23 | More Rosetta | Marvin Borner | |
2024-02-16 | Added strong Rosenberg encoding for meta encoding | Marvin 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 | |||
2023-12-15 | Minor documentation fixes | Marvin Borner | |
2023-07-30 | Implemented power tower / knuth functions | Marvin Borner | |
Again during sick hacking session at cool new hackerspace. Co-Authored-By: AnyUnderstanding <christopher.alan.w@gmail.com> | |||
2023-07-24 | Implemented logarithm functions | Marvin Borner | |
Done during sick hacking session at cool new hackerspace. Co-Authored-By: AnyUnderstanding <christopher.alan.w@gmail.com> | |||
2023-03-07 | Useful additions | Marvin Borner | |
hehe | |||
2023-03-05 | Switched to prefixed listification | Marvin Borner | |
2023-03-04 | More efficient math functions | Marvin Borner | |
2023-03-04 | Fixed pi algorithm | Marvin Borner | |
2023-03-03 | Added second part of aoc and needed functions | Marvin Borner | |
Also, I don't know how I got 30s for the first part previously. Cannot reproduce and probably was a mistake. idk | |||
2023-02-28 | Additions to std/ | Marvin Borner | |
2023-02-26 | More std functions | Marvin Borner | |
2023-02-25 | Fixed wrong input syntax | Marvin Borner | |
2023-02-23 | Added more types | Marvin Borner | |
2023-02-21 | Standard library sync | Marvin Borner | |
2022-08-31 | More functions | Marvin Borner | |
2022-08-31 | Unicodification | Marvin Borner | |
I like unicode, sorry if you have a different opinion | |||
2022-08-29 | Started mixfix chaining | Marvin Borner | |
2022-08-26 | General std improvements | Marvin Borner | |
2022-08-20 | Started math library | Marvin Borner | |