On Wed, Apr 4, 2012 at 10:39 AM, Nathan Sorenson <[email protected]> wrote: > ClojureScript doesn't complain when you supply too many arguments to a > function, silently dropping the superfluous args. Is this a bug or feature?
IIRC it's a bug of the Javascript language itself. I wouldn't expect it to be carried over to runtimes that can perform arity checks without incurring performance overhead. -Phil -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
