Skip to main content
Commonmark migration
Source Link

#Clojure - 23 chars

Clojure - 23 chars

As an anonymous function:

#(apply = (map sort %)) 

Test case example:

(#(apply = (map sort %)) ["boat" "boat"]) => true 

#Clojure - 23 chars

As an anonymous function:

#(apply = (map sort %)) 

Test case example:

(#(apply = (map sort %)) ["boat" "boat"]) => true 

Clojure - 23 chars

As an anonymous function:

#(apply = (map sort %)) 

Test case example:

(#(apply = (map sort %)) ["boat" "boat"]) => true 
Source Link
mikera
  • 1.3k
  • 9
  • 12

#Clojure - 23 chars

As an anonymous function:

#(apply = (map sort %)) 

Test case example:

(#(apply = (map sort %)) ["boat" "boat"]) => true