A toy compiler for a statically typed language
- Updated
Jan 21, 2019 - Go
A toy compiler for a statically typed language
A functional language for building type-safe systems at scale!
Pluto is a compiled language that aims for the simplicity, readability and expressiveness of scripting languages with the safety and performance of C/C++, Go. A Go front‑end lowers .pt/.spt to LLVM 20 and native binaries. Features include range‑driven auto‑vectorization, scope‑based memory (no nulls, no OOB, no GC), and concurrency by construction
Add a description, image, and links to the statically-typed topic page so that developers can more easily learn about it.
To associate your repository with the statically-typed topic, visit your repo's landing page and select "manage topics."