Skip to content

shawnw/curious-coroutines-in-tcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Curious Course On Coroutines And Concurrency - TCL edition

TCL versions of the example programs in David Beazley's Python talk A Curious Course On Coroutines And Concurrency, and notes to go along with his slides on how TCL coroutines differ from Python coroutines.

Dependencies

tcl 8.6 for coroutines, tcllib for the generator and coroutine packages, and tDOM for XML parsing. If your OS's tcl distribution splits threads into a separate package (Like Ubuntu), you'll want that too.

About

TCL versions of the programs from David Beazley's A Curious Course on Coroutines and Concurrency talk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages