fork download
  1. (print (mapv
  2. #(nth(iterate list %)%2)
  3. ["stackoverflow", "stackoverflow", "stackoverflow"]
  4. [0 4 10]
  5. ))
Success #stdin #stdout 0.68s 335552KB
stdin
Standard input is empty
stdout
[stackoverflow ((((stackoverflow)))) ((((((((((stackoverflow))))))))))]