Welcome to Pie
Pie is a small, experimental programming language with a JIT compiler built on LLVM. It is currently in early alpha; breaking changes and missing features are expected.
- Status: alpha; type checker and stdlib evolving
- Runtime: LLVM JIT + a small GC-like runtime with reference counting helpers
- This book: a practical guide to get you writing Pie quickly