Bill Burdick
Bill Burdick
DelayedFingerTree.prototype.toArray = function() { return this.force().toArray(); }
Deep.concat and app3() both do instanceof checks on their arguments and then access properties in them. You need to force the arguments if they're lazy, otherwise they fail the instanceof...
I just found your code yesterday -- thanks for writing this! I tried decoding a message into some unexported struct fields and it silently ignored them. I looked through the...
Resubmitting this pull request after I configured my email address for git on my new laptop :). Hi Evan (er.. George, I guess?) -- I made atomic-emacs bindings able to...
This doesn't work: ``` [ 1] ```
Create "dispatch" annotation that generates code that handles multiple dispatch and built-in types.
Before macro substitution in an expr, alpha-substitute all variables with gensyms (guaranteeing that all variable names are globally unique). After macro substitution is complete, back-substitute every variable whose original name...