Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.3 KB

README.md

File metadata and controls

14 lines (10 loc) · 1.3 KB

Padloper

The speckled padloper is the world's smallest tortoise and this is a tiny turtle graphics language that runs in the browser.

I wrote this as an exercise in learning more about continuations and wrote the interpreter in continuation-passing style. It supports stepped evaluation. The language really is tiny and not very practical, but you can try out a live demo.

References