atlas news
    
Planet Haskell
16  janvier     00h00
Abhinav Sarkar: Implementing Co, a Small Language With Coroutines 5: Adding Sleep
   In the previous post, we added channels to Co, the small language we are implementing in this series of posts. In this post, we add the sleep primitive to it, enabling time-based coroutine scheduling. We then use sleep to build a simulation of digital logic circuits. This post was originally...