[PATCH] README: clarify and update copyright year

2015-12-04 Thread Eric Wong
This is no place to advertise weirdo projects. --- README | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README b/README index e1ca3a6..1219a7e 100644 --- a/README +++ b/README @@ -55,19 +55,17 @@ Contact We are happy to see feedback of all types via plain-text

[WIP] rely on optimized case dispatch

2015-12-04 Thread Eric Wong
In the future, Ruby may optimize case dispatch for additional immediate values such as `nil', `true', and `false'. Rearrange our case statements (and take away some safety-checks :x) to take advantage of these (to-be-done) optimizations. Note: totally untested at the moment and the changes to