Re: Portugal Clojure

2013-04-30 Thread https://github.com/jmaandrade/orchestration
Viva, foi criado o grupo https://groups.google.com/forum/#!forum/clojure-portugal para discusão e divulgação do Clojure Segunda-feira, 25 de Março de 2013 10:48:57 UTC, https://github.com/jmaandrade/orchestration escreveu: > > Viva, > > Gostaria de abrir um tema de discu

Re: Arrays and indexes

2013-04-19 Thread https://github.com/jmaandrade/orchestration
Hi, How about this? > (map-indexed (fn [i x] (vector x)) (for [x (range 10)] "HELLO WORLD")) (["HELLO WORLD"] ["HELLO WORLD"] ["HELLO WORLD"] ["HELLO WORLD"] ["HELLO WORLD"] ["HELLO WORLD"] ["HELLO WORLD"] ["HELLO WORLD"] ["HELLO WORLD"] ["HELLO WORLD"]) Quinta-feira, 18 de Abril de 2013 11