Tag Archives: concurrency

Linkdump #3

Conduce From Ara T. Howard, "a model+view component for rails that combines the conductor and presenter pattern via a model capable of generating view-centric methods". A single Gist which is interesting both for what it does, and for the way it … Continue reading

Posted in Resources | Tagged , , , , , , , | Leave a comment

Transcending Threads

Under the hood, our “go” function actually spawns a new thread to execute our code block (the loop statement) and returns immediately to call receive on the original channel. The channel, in turn, blocks on receive until the producer has … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Why Go Matters

This week Google announced a new systems programming language called “Go”. I know you’re pressed for time and overloaded with information, so let me restate that, with the important bits emphasized: Google announced a new SYSTEMS programming language. See that … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , | 18 Comments