pattern-matching.pdf
365.5 KB
Scalable Pattern Matching in Computation Graphs
https://arxiv.org/pdf/2402.13065
https://arxiv.org/pdf/2402.13065
Variadic Fixed-Point Combinators
https://text.marvinborner.de/2023-06-18-15.html
https://text.marvinborner.de/2023-06-18-15.html
text.marvinborner.de
Variadic Fixed-Point Combinators
This article describes a variadic extension to the default fixed-point combinator – namely the Y-combinator. We do this by translating the Scheme code from a paper to bruijn (pure lambda calculus).
A masochist’s guide to web development
https://sebastiano.tronto.net/blog/2025-06-06-webdev/
https://sebastiano.tronto.net/blog/2025-06-06-webdev/
the-illusion-of-thinking.pdf
13.2 MB
The Illusion of Thinking: Understanding the Strengths and Limitations of Reasoning Models
integers-higher-inductive.pdf
168.2 KB
The Integers as a Higher Inductive Type
https://arxiv.org/pdf/2007.00167
https://arxiv.org/pdf/2007.00167
saturn.pdf
1.3 MB
SATURN: Software Deobfuscation Framework Based on LLVM
https://arxiv.org/pdf/1909.01752
https://arxiv.org/pdf/1909.01752
Your Brain on ChatGPT
: Accumulation of Cognitive Debt when Using an AI Assistant for Essay Writing Taskhttps://arxiv.org/abs/2506.08872
arXiv.org
Your Brain on ChatGPT: Accumulation of Cognitive Debt when Using...
This study explores the neural and behavioral consequences of LLM-assisted essay writing. Participants were divided into three groups: LLM, Search Engine, and Brain-only (no tools). Each completed...
lattices-parallelism.pdf
586.4 KB
LVars: Lattice-based Data Structures for Deterministic Parallelism
https://www.codesuji.com/references/lvar1/2013-FHPC_LVars.pdf
https://www.codesuji.com/references/lvar1/2013-FHPC_LVars.pdf
Occurences of swearing in the Linux kernel source code over time
https://www.vidarholen.net/contents/wordcount/#fuck*,shit*,damn*,idiot*,retard*,crap*
https://www.vidarholen.net/contents/wordcount/#fuck*,shit*,damn*,idiot*,retard*,crap*
Handbook of Practical Logic and Automated Reasoning
https://www.cambridge.org/core/books/handbook-of-practical-logic-and-automated-reasoning/EB6396296813CB562987E8C37AC4520D
https://www.cambridge.org/core/books/handbook-of-practical-logic-and-automated-reasoning/EB6396296813CB562987E8C37AC4520D
Cambridge Core
Handbook of Practical Logic and Automated Reasoning
Cambridge Core - Logic, Categories and Sets - Handbook of Practical Logic and Automated Reasoning
wasm-superoptimization.pdf
1.9 MB
Superoptimization of WebAssembly Process Graphs
https://studenttheses.uu.nl/handle/20.500.12932/39330
https://studenttheses.uu.nl/handle/20.500.12932/39330
A Lévy-optimal lambda calculus reducer with a backdoor to C
https://github.com/etiams/optiscope
https://github.com/etiams/optiscope
GitHub
GitHub - etiams/optiscope: A Lévy-optimal lambda calculus reducer with a backdoor to C
A Lévy-optimal lambda calculus reducer with a backdoor to C - etiams/optiscope
NbE-algebraic-effects.pdf
376.9 KB
Normalization by Evaluation and Algebraic Effects
https://www.sciencedirect.com/science/article/pii/S1571066113000534
https://www.sciencedirect.com/science/article/pii/S1571066113000534
lf.pdf
507.5 KB
Leader/Followers
: A Design Pattern for Efficient Multi-threaded Event Demultiplexing and Dispatchinghttps://www.cs.wm.edu/~dcschmidt/PDF/lf.pdf
Telescopes Are Tries: A Dependent Type Shellac on SQLite
https://www.philipzucker.com/telescope_tries/
https://www.philipzucker.com/telescope_tries/
Hey There Buddo!
Telescopes Are Tries: A Dependent Type Shellac on SQLite
It seems to me that telescopes https://ncatlab.org/nlab/show/type+telescope , the dependently typed notion of context, is more central to the topic of dependent types than the dependent types are.