Skip to content

Instantly share code, notes, and snippets.

View 256BitChris's full-sized avatar

Chris Shellenbarger 256BitChris

View GitHub Profile
Originally:
https://gist.github.com/7565976a89d5da1511ce
Hi Donald (and Martin),
Thanks for pinging me; it's nice to know Typesafe is keeping tabs on this, and I
appreciate the tone. This is a Yegge-long response, but given that you and
Martin are the two people best-situated to do anything about this, I'd rather
err on the side of giving you too much to think about. I realize I'm being very
critical of something in which you've invested a great deal (both financially
@256BitChris
256BitChris / VariableByteCode.java
Created March 6, 2012 03:41 — forked from zhaoyao/VariableByteCode.java
Variable Byte Code Algorithm
import java.nio.ByteBuffer;
import java.util.*;
import static java.lang.Math.log;
/**
* User: zhaoyao
* Date: 11-9-24
* Time: PM10:48
*/