SMRTR ProgrammingSep 14, 2026lobste.rs

Singeli: High-level interface for low-level programming

SMRTR summary

Singeli is a domain-specific language for writing high-performance, SIMD-capable algorithms using flexible compile-time abstractions over CPU instructions. Built on BQN and compiling to C, its core feature is a powerful generator system — similar to C++ templates but more expressive — enabling Turing-complete metaprogramming. With 5k lines in production use, it's considered stable and includes tooling like an interactive playground and LSP support.

SMRTR provides this summary for quick context. The original article belongs to lobste.rs.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingSep 14, 2026

Encore for Python

Encore.py lets Python developers declare cloud infrastructure directly in code, while platform teams keep full control over environment-specific configuration.