Documentation
Guides, API references, and troubleshooting for the Pyvorin platform.
Tagged compiler — Clear filter
edge
advanced
The @edge Decorator — Under the Hood
How @edge compiles decorated functions on the device: AST parsing, signature inference, scalar versus kernel routing, and known limitations.
15 min read
edge
intermediate
Writing Compiler-Friendly Python for Pyvorin Edge
Patterns that compile well on the edge device: stable types, simple control flow, and the habits that force the compiler to bail out.
12 min read