Quickstarts
Quickstarts
Copy/paste starters for Rust, Python, and JavaScript/WASM.
Use these guides to get to your first evaluated formula quickly.
Runtime quickstarts
- Rust Quickstart
- Python Quickstart
- Pyodide Quickstart — formualizer in the browser via Pyodide
- JavaScript/WASM Quickstart
Prefer one complete walkthrough?
Go straight to First Workbook in 5 Minutes.
Need to debug formula syntax first?
Use the live Formula Parser to inspect tokens, AST output, references, and parser errors before wiring formulas into a workbook.
Requirements
- Rust quickstart: stable Rust toolchain
- Python quickstart: Python 3.10+
- Pyodide quickstart: Pyodide 0.29.x runtime (browser or Node)
- JS/WASM quickstart: Node 18+
If you are brand new to Formualizer, start at Introduction.