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:
Tuesday, October 8, 2013
Beautiful Code Ported to Go
›
This week I've been learning Go - the programming language, not the game. I had studied its concurrency primitives for my Clojure libra...
2 comments:
Wednesday, September 25, 2013
How to compile Groovy scripts and run them on systems with no Groovy installed
›
/*---[ Problem ]---*/ This week I was faced with the need to write a Groovy script that would run on a Hadoop node at work, but we don...
3 comments:
‹
›
Home
View web version