
The Puny Programming Language
"Python on the Outside, Unicon on the Inside"
- Puny is a Python-like language that runs atop the Unicon VM
- Puny is enough Python for a typical introductory course,
e.g. NMT's CSE 107, implemented as a transpiler atop Unicon.
- One motivation for Puny is to support Python in the
Alamo execution monitoring architecture, and research
into visualizing program execution in a 3D multi-user virtual
city generated from the code.
- Lexical and Syntax considerations
- Notes from CSE 423 s23