programming opiethehokie
Pages
(Move to ...)
About
Twitter
stackoverflow
GitHub
GPG Key
▼
Monday, March 24, 2014
Exploring Immutability
›
In Java theory and practice: To mutate or not to mutate? , Brian Goetz says immutable objects simplify programming. One of the reasons is th...
Sunday, March 23, 2014
Closure Examples
›
A closure is a function plus a referencing environment that is remembered from when it was created. Below I created a simple example in thr...
Saturday, March 8, 2014
Asynchronous Non-blocking I/O Java Echo Server
›
After writing a Node.js blog a couple weeks ago I wanted to revisit non-blocking I/O. I was first introduced to the topic in a college clas...
‹
›
Home
View web version