Odds and Ends ============= This section collects material that is interesting but does not fit neatly into the main documentation sections: design articles, background reading, comparative notes, and other pieces that may be useful for readers who want a deeper or wider view of the Makrell family. What is here ------------ ``makrell-design-article`` A technical article on the architecture and design of the Makrell language family, covering the shared MBF substrate, the macro system, pattern matching, multi-host implementation, and the design choices behind v0.10.0. Written as a self-contained piece suitable for readers outside the project. How to use this section ----------------------- These pages are supplementary. They assume some familiarity with the family and are best read after the :doc:`/concepts/index` pages or after working through an implementation quick-start. If you are looking for practical guidance, start with :doc:`/cookbook/index` or :doc:`/tutorials/index` instead. .. toctree:: :maxdepth: 2 makrell-design-article