comparison clojure/com/aurellem/exp/species.clj @ 164:6f80c07eb32a

working on functions to control species.
author Robert McIntyre <rlm@mit.edu>
date Tue, 20 Mar 2012 17:44:08 -0500
parents 9ca350a476f0
children
comparison
equal deleted inserted replaced
163:9c3769060201 164:6f80c07eb32a
20 (map (fn [n] (println n) 20 (map (fn [n] (println n)
21 (view-species n) 21 (view-species n)
22 (Thread/sleep 4800)) 22 (Thread/sleep 4800))
23 (range (inc 0xFF))))) 23 (range (inc 0xFF)))))
24 24
25 25 ;;; Results:
26 26
27 ;; 000 00 : glitch 27 ;; 000 00 : glitch
28 ;; 001 01 : Rhydon 28 ;; 001 01 : Rhydon
29 ;; 002 02 : Kangashgan 29 ;; 002 02 : Kangashgan
30 ;; 003 03 : nidoran-male 30 ;; 003 03 : nidoran-male