Skip to content

Instantly share code, notes, and snippets.

@danprince
Created December 13, 2013 20:25
Show Gist options
  • Save danprince/7950787 to your computer and use it in GitHub Desktop.
Save danprince/7950787 to your computer and use it in GitHub Desktop.
41 - Tiny list in livescript.
l=do->
x=[]
(a,s)->
|s=>x[a]=s
x[a]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment