Embed presentation
Download to read offline












Powerlang is a framework for easily creating and implementing programming languages by providing tools for bootstrapping, debugging, compiling, and optimizing new languages. It includes a minimal virtual machine with primitives and garbage collection that allows for bit-by-bit reproducibility and small deployment size. Powerlang also enables debugging of incomplete language systems at both the high and low levels through simulation of remote execution.










