aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
AgeCommit message (Collapse)Author
2024-12-31Link descriptionMarvin Borner
2024-11-09Logo hover eventMarvin Borner
2024-11-02Added links to std to example symbolsMarvin Borner
2024-10-31Trigger hover event for function jump in urlMarvin Borner
2024-10-31Fixed parsing of prefix operators starting with hashesMarvin Borner
2024-10-28Fixed minor intelligence issuesMarvin Borner
2024-08-20Added basic std alias detectionMarvin Borner
2024-08-06Added new blog postMarvin Borner
2024-08-01Fixed overflow scrollbar on select browsersMarvin Borner
2024-08-01Fixed definitions from imports and inputMarvin Borner
2024-08-01Minor improvementsMarvin Borner
2024-08-01Much more intelligenceMarvin Borner
2024-07-28Improved documentationMarvin Borner
2024-05-22Funny joke hihiMarvin Borner
2024-05-22Fixed highlighting for complex numbersMarvin Borner
REMOVE THIS GARBAGE CODE IN THE FUTURE
2024-05-02More mathMarvin Borner
MAATHTHAHHAHA
2024-04-13Visual improvementsMarvin Borner
2024-03-25Improved samples by adding links to problemsMarvin Borner
2024-03-25More samples and definitionsMarvin Borner
2024-03-23Added very scientific std statsMarvin Borner
2024-03-21Weird mistakesMarvin Borner
2024-03-18Minor orthographic improvementsMarvin Borner
2024-03-16Added two fun animationsMarvin Borner
2024-03-15Initial working optimization stageMarvin Borner
2024-03-10Better std UIMarvin Borner
2024-03-10Added sample page to websiteMarvin Borner
2024-03-10Samples and std additionsMarvin Borner
2024-03-03Even more samplesMarvin Borner
wtf
2024-03-02Docs & samplesMarvin Borner
2024-02-29Fixed std pathsMarvin Borner
2024-02-29Added higher order reducerMarvin Borner
2024-02-26Added metacircular self-interpreter to wikiMarvin Borner
More details in the linked blog post.
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-01-19BLoC/BLoCade optimizer integrationMarvin Borner
In many cases, shared-by-abstraction BLC is more performant (and notably smaller) than the current output where every term just gets substituted (and potentially duplicated) directly. BLoC in combination with BLoCade's shared BLC target optimizes this automatically by trying to find the terms that would most benefit from deduplication and abstracting them respectively. Paging @tromp since we talked about this. This commit also introduces better argument parsing using optparse-applicative.
2023-12-15Minor documentation fixesMarvin Borner
2023-11-30Minor highlighting fixesMarvin Borner
2023-11-16Basic arithmetic is hardMarvin Borner
2023-11-13Bumped max-width percentageMarvin Borner
2023-11-11Added basic syntax highlighting to wikiMarvin Borner
2023-11-11Minor wiki fixesMarvin Borner
css and blog
2023-11-06Improved wiki and reduced readmeMarvin Borner
2023-11-06Started creating new docs with wikiMarvin Borner
2023-05-31SEOMarvin Borner
2023-04-08Added links to articlesMarvin Borner
Feel free to add your own
2023-03-07Fixed unsafe randomness and optimizationMarvin Borner
Enabling optimization greatly improved reduction times (obviously). Will investigate further optimizations in the future.
2023-02-28Fixed weird sorting on some linux systemsMarvin Borner
2023-02-26Docs improvementsMarvin Borner
2023-02-25Added font and fixed responsivenessMarvin Borner
2023-02-25Added documentation/websiteMarvin Borner