So I've Been Thinking About Static Site Generators
Summary
The article scrutinizes two classes of static site generators, arguing for a fast, compiled-core approach coupled with scripting logic. It advocates incremental, hermetic builds using Red-Green style dependencies, and proposes a Rust binary with a JavaScript interpreter to balance speed and flexibility, outlining a roadmap and related projects.