Created
August 22, 2013 20:24
-
-
Save danprince/6312314 to your computer and use it in GitHub Desktop.
Zipper Golf (broke the rules though)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
n="" | |
c=(x)->n+=String.fromCharCode(x) | |
c 122;c 105;c 112;c 112;c 101;c 114 | |
window[n]=(u,d)-> | |
o=[] | |
u.map(y,j) -> | |
o.push y,d[j] | |
o |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment