> Given a tower of interpreters, i.e., a sequence of multiple interpreters interpreting one another as input
programs, we aim to collapse this tower into a compiler that removes all interpretive overhead and runs
in a single pass. In the real world, a use case might be Python code executed by an x...
Stories by animatronic
Found via the [thread](https://news.ycombinator.com/item?id=20264848) about [stage0](https://github.com/oriansj/stage0), a minimal system for bootstrapping GCC.
I am interested in database systems that use git for storage/branching/sync/replication.
See also https://en.wikipedia.org/wiki/E._O._Wilson
A wonderful presentation on [metacircular evaluation](https://en.wikipedia.org/wiki/Meta-circular_evaluator).
> ELVM is similar to LLVM but dedicated to [Esoteric
Languages](https://esolangs.org/wiki/Main_Page). This project consists
of two components - frontend and backend. Currently, the only frontend
we have is a modified version of
[8cc](https://github.com/rui314/8cc). The modified 8cc translates C
...
[Release announcement](https://golem.ph.utexas.edu/category/2019/12/compositionality_first_issue.html) from [John Baez](http://www.math.ucr.edu/home/baez/)
And Then There Were None: A Stall-Free Real-Time Garbage Collector for Reconfigurable Hardware
(researcher.watson.ibm.com)
by [David F. Bacon](https://dblp.org/pers/hd/b/Bacon:David_F=), [Perry Cheng](https://dblp.org/pers/hd/c/Cheng:Perry) [Sunil Shukla](https://dblp.org/pers/hd/s/Shukla:Sunil)
> Programmers are turning to radical architectures such as reconfig-urable hardware (FPGAs) to achieve performance. But suc...
The book is by [Aristid Lindenmayer](https://en.wikipedia.org/wiki/Aristid_Lindenmayer) and [Przemyslaw Prusinkiewicz](https://en.wikipedia.org/wiki/Przemys%C5%82aw_Prusinkiewicz) covering [L-Systems](https://en.wikipedia.org/wiki/L-system)
L-Systems have applications in science, math and art. Wi...