Sfoglia il codice sorgente

Make hello-clojure `(use)`-able.

Lucas Stadler 13 anni fa
parent
commit
af7d838eef
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      clj/hello-clojure.clj

+ 1 - 1
clj/hello-clojure.clj

179
          (repeatedly #(read file false nil)))))))
179
          (repeatedly #(read file false nil)))))))
180
180
181
(def hello-forms
181
(def hello-forms
182
  (let [forms (read-file "/home/lu/k/lp/clj/hello-clojure.clj")]
182
  (let [forms (read-file "/home/lu/k/lp/clj/hello_clojure.clj")]
183
  { :number-of-forms (count forms)
183
  { :number-of-forms (count forms)
184
    :forms forms }))
184
    :forms forms }))
185
hello-forms
185
hello-forms