Created
June 7, 2015 18:01
-
-
Save selfsame/c6cf40f8fe05ca961bc6 to your computer and use it in GitHub Desktop.
js arguments
This file contains hidden or 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
| (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