Codon — Intermediate Examples
High-performance Python compiler using LLVM; near-C speed for numeric code
Codon configuration
Configuring Codon for your projects.
python
# Codon configuration # High-performance Python compiler using LLVM; near-C speed for numeric code # Dependencies: LLVM print("Codon configuration guide")
Codon offers various configuration options to customize its behavior for different use cases.
Want to try these examples interactively?
Open Intermediate Playground