aboutsummaryrefslogtreecommitdiffhomepage
path: root/samples/fun
AgeCommit message (Collapse)Author
2023-10-15Universal machine interpreterMarvin Borner
This is a fun lambda calculus interpreter, written in bruijn itself. The code is based on @Tromp submission to IOCCC 2012. Performance-wise the unary (fac 9) takes 11.4s simulated vs 1.2s native. -> main problem is memory, simulated (fac 10) causes memory overflow on 32GB.
2023-10-06Fun with monadsMarvin Borner
2023-06-03Added collatz conjectureMarvin Borner
2023-04-08Added huge sequence generatorMarvin Borner
2023-03-12FunMarvin Borner
2023-03-05More samplesMarvin Borner