-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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.
- Follow the project on github
- File bugs/check status of pending bugs here.
- Add your project to the project gallery here.
- Waldo's language reference
- Waldo's research page is coming soon.