Skip to content

Instantly share code, notes, and snippets.

@danprince
Created August 22, 2013 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danprince/6312314 to your computer and use it in GitHub Desktop.
Save danprince/6312314 to your computer and use it in GitHub Desktop.
Zipper Golf (broke the rules though)
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