Monday, March 17, 2014
Rust namespaces by example
›
/* ---[ Cheat sheet for Rust namespaces ]--- */ Rust namespaces can be a little mind-bending. This brief blog post is meant to provide i...
6 comments:
Sunday, March 16, 2014
Select over multiple Rust Channels
›
/* ---[ Channels in Rust ]--- */ The channel paradigm for CSP-based concurrency has received a lot of attention lately since it is the f...
2 comments:
Sunday, January 26, 2014
Debugging Rust with gdb
›
[Update]: This blog post has been updated to Rust 0.11 as of mid-April 2014. The previous version was for Rust 0.9. This blog entry outl...
360 comments:
Telephonic Whispers in Rust, revisited
›
/* ---[ Hitting the big time ]--- */ My previous blog entry was a bit of a trifle: it showed an implementation of an toy CSP (Communica...
8 comments:
Sunday, January 19, 2014
Telephonic Whispers in Rust
›
/* ---[ CSP: an idea whose time has come ]--- */ Of late, the Go language has popularized the CSP (Communicating Sequential Processes) s...
5 comments:
Wednesday, January 1, 2014
Debugging Go (golang) programs with gdb
›
/* ---[ Update: July 2015 ]--- */ At this point, I think the Go community has given up trying to make gdb work with Go programs. It is ...
17 comments:
Friday, October 11, 2013
Launching a Cascading job from Apache Oozie
›
The Cascading framework has its own workflow management system embedded in it, so when I tried to find information online about how to laun...
5 comments:
‹
›
Home
View web version