Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a rule for (apply str ..) #70

Merged
merged 1 commit into from
Jan 26, 2013
Merged

Conversation

Raynes
Copy link
Contributor

@Raynes Raynes commented Jan 25, 2013

There were already rules for other (apply str ..) stuff such as reversal and interposing, but it should really always just clojure.string/join. This adds a rule that does that.

clojure.string/join is almost certainly more efficient than (apply str ..) since it has optimizations under the hood like using a StringBuilder.

jonase added a commit that referenced this pull request Jan 26, 2013
Added a rule for (apply str ..)
@jonase jonase merged commit ea1e032 into clj-commons:master Jan 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants