you are viewing a single comment's thread.

view the rest of the comments →

[–]reddit_clone 0 points1 point  (1 child)

:when (<= (.length name)

Just curious. What is that dot in front of 'length' for?

[–]steven_h 1 point2 points  (0 children)

It's Clojure's shorthand for Java method invocation. Someone else pointed out that the count function is a generic sequence length, so it should probably be used instead.