Skip to content

Instantly share code, notes, and snippets.

@selfsame
Created June 7, 2015 18:01
Show Gist options
  • Select an option

  • Save selfsame/c6cf40f8fe05ca961bc6 to your computer and use it in GitHub Desktop.

Select an option

Save selfsame/c6cf40f8fe05ca961bc6 to your computer and use it in GitHub Desktop.
js arguments
(1:14:36 PM) seangrove: Anyone know how to acess the js "arguments" keyword in cljs?
(1:15:06 PM) seangrove: I want to do the equivalent of (fn [] (.apply some-fn some-context js-arguments))
(1:19:20 PM) profil: seangrove: js/arguments?
(1:19:36 PM) seangrove: profil: Oh, that looks like it might be it
(1:19:47 PM) seangrove: Yup! Thanks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment