Thread
Stories related to "tao: A hobbyist statically-typed functional language" 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
Abstract: "Metaprograms are programs that manipulate (generate, analyze and evaluate) other programs. These tasks are greatly facilitated by quasiquotation, a technique to construct and deconstruct program fragments using quoted code templates expressed in the syntax of the manipulated language. We ...
A Purely Functional Typed Approach to Trainable Models (Differentiable Programming in Haskell)
(blog.jle.im)
Three-part series about differentiable programming applied to machine learning in a purely functional typed setting, and the benefits of this combination.