Thread
Stories related to "Announcing Hummingbird" across the full archive.
A relatively simple language written from the ground up, producing statically linked binaries with zero dependencies.
"Futhark is a small programming language designed to be compiled to highly performant GPU code. It is a statically typed, data-parallel, and purely functional array language, and comes with a heavily optimising ahead-of-time compiler that generates GPU code via OpenCL. Futhark is not designed for gr...
Announcing SyntaxNet: The World’s Most Accurate Parser Goes Open Source
(googleresearch.blogspot.com)
[docs + code](https://github.com/tensorflow/models/tree/master/syntaxnet)
Cuneiform: distributed functional programming with foreign language interfacing.
(cuneiform-lang.org)
Rust's Type System is Turing-Complete: an exploration of type-level programming in Rust
(sdleffler.github.io)
The next chapter, "Evaluating Expressions", of my book "Crafting Interpreters"
(craftinginterpreters.com)