Skip to content
bmistree edited this page Apr 19, 2013 · 13 revisions

Conventional tools for building networked applications often privilege efficiency, speed, and throughput at the expense of programmability and correctness.

Waldo is a domain specific language, which trades performance for programmability. Currently intended for use with Python, Waldo automatically replicates and synchronizes state between networked endpoints and provides a transactional memory model to (hopefully) reduce edge case concurrency bugs.

Getting started

Contribute

Useful links