Singeli: High-level interface for low-level programming
Summary
Singeli is a domain-specific language for high-performance algorithms built in BQN. The article explains its compiler architecture (IR to C), core concepts such as generators, parameter matching, types, and control flow, and tooling like the Singeli playground and lsp. It also highlights the open-source nature of the project and how compile-time computation enables SIMD-oriented programming.