# Ryelang Blog

The blog attached to the [[rye-lang]] project, hosted at [ryelang.org/blog](https://ryelang.org/blog/). Topics so far center on what Rye is, how to embed it from Go, and the design philosophy of registering language features explicitly rather than removing them after the fact.

The author writes from the project-maintainer angle — code-heavy posts with full Go and Rye snippets, paired with a recurring framing that contrasts Rye against Lua, Python, Starlark, HCL, and the various YAML+templating combinations.

## Ingested articles

- [[ryelang-whitelist-config]] — Whitelist Config with Rye: six-step walkthrough of embedding Rye in a Go web server, growing config capability from data-only through user-defined `fn` callbacks and a live REPL
