fork download
  1. (println (map
  2. (fn[s](apply str(mapcat #(repeat(+(nth % 1)1)(nth % 0))(map list s(range(count s))))))
  3. ["SKype", "LobbY", "1234567890" "A and B"]))
Success #stdin #stdout 1.84s 335552KB
stdin
Standard input is empty
stdout
(SKKyyyppppeeeee LoobbbbbbbYYYYY 1223334444555556666667777777888888889999999990000000000 A  aaannnnddddd      BBBBBBB)