Skip to content
Prismio docs
Coming SoonPrismio 0.1.0

Macros

Status of planned metaprogramming support in Prismio; no macro system exists in compiler 0.1.

Last verified

Coming Soon. Not implemented in Prismio 0.1.0. Illustrative syntax on this page does not compile.

Prismio 0.1 has no macro system: no textual preprocessor, hygienic syntax macros, procedural macros, derive system, or compile-time execution facility.

Use ordinary functions or generate .psm source outside the compiler when necessary. Any future design must specify expansion order, hygiene, diagnostics, reproducibility, and interaction with imports.