This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-11-07
Channels
- # alda (7)
- # beginners (4)
- # boot (108)
- # cljsrn (40)
- # clojure (24)
- # clojure-berlin (1)
- # clojure-dev (20)
- # clojure-russia (21)
- # clojurescript (115)
- # clojurescript-ios (1)
- # cursive (8)
- # data-science (5)
- # datascript (3)
- # hoplon (313)
- # jobs (1)
- # ldnclj (2)
- # off-topic (19)
- # om (115)
- # portland-or (3)
- # re-frame (9)
- # yada (2)
Any clue how Clojure version of this CLISP permutations would look like? http://rosettacode.org/wiki/Permutations#Common_Lisp
@wongiseng: You might be interested in the math.combinatorics clojure library - https://github.com/clojure/math.combinatorics/blob/master/src/main/clojure/clojure/math/combinatorics.clj#L290
You can also see all the relevant code here - http://rosettacode.org/wiki/Permutations#Clojure
@surreal.analysis: thanks for the pointers.