Microcode

First Thoughts

From time to time I’ll try and post something with a little thought behind it.

while (thought == null) {
  cogitate();
}

if (thought.hasValue()) {
  writePost(thought);
}

This project is maintained by gcoonrod