Skip to content

Instantly share code, notes, and snippets.

@Frost
Created May 15, 2014 13:57
Show Gist options
  • Select an option

  • Save Frost/a24c4ca4955ec46cbe3c to your computer and use it in GitHub Desktop.

Select an option

Save Frost/a24c4ca4955ec46cbe3c to your computer and use it in GitHub Desktop.
Livescript scope assignment gotcha
foo = {foo: \foo}
bar = ->
console.log foo
foo ?= {bar: \bar}
return foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment