Skip to main content
Commonmark migration
Source Link

#Factor, 85

Factor, 85

[ [ dup length rot <array> concat [ bitxor ] 2map ] with [ dup bi* <=> ] curry sort ] 

First try, I'll see if I can golf it further tomorrow.

I accept suggestions ;)

#Factor, 85

[ [ dup length rot <array> concat [ bitxor ] 2map ] with [ dup bi* <=> ] curry sort ] 

First try, I'll see if I can golf it further tomorrow.

I accept suggestions ;)

Factor, 85

[ [ dup length rot <array> concat [ bitxor ] 2map ] with [ dup bi* <=> ] curry sort ] 

First try, I'll see if I can golf it further tomorrow.

I accept suggestions ;)

Source Link
fede s.
  • 995
  • 6
  • 10

#Factor, 85

[ [ dup length rot <array> concat [ bitxor ] 2map ] with [ dup bi* <=> ] curry sort ] 

First try, I'll see if I can golf it further tomorrow.

I accept suggestions ;)