Thread
Stories related to "Well-typed printfs cannot go wrong" across the full archive.
Metasepi has been [discussed before](https://lobste.rs/search?utf8=%E2%9C%93&q=metasepi&what=all&order=relevance) here, but I haven't seen FPIoT mentioned yet. The sheer geekiness of programming an Arduino with ATS makes me giddy
Implementing and Optimizing a Simple, Dependently-Typed Language (2010)
(publications.lib.chalmers.se)
Original [version](https://www.andres-loeh.de/LambdaPi/) of LambdaPi. A reorganization of that [here](https://github.com/ilya-klyuchnikov/lambdapi). Code for this one is [here](https://archives.haskell.org/code.haskell.org/LambdaPiC/).
Fast and Effective Optimization of Statically Typed Object-Oriented Languages (1997)
(www2.eecs.berkeley.edu)
In this dissertation, we show how a relatively and extremely fast interprocedural optimization algorithm can be used to optimize many of the expensive features of statically typed object-oriented languages - in particular, C++ and Java.
We present a new program analysis algorithm, Rapid Type Ana...