no need for all this duplication
This commit is contained in:
parent
ae985481c6
commit
7a6067422d
@ -13,14 +13,15 @@
|
|||||||
(System/exit 0)))
|
(System/exit 0)))
|
||||||
pairs))))
|
pairs))))
|
||||||
|
|
||||||
(load "about_equalities")
|
(load "about_equalities"
|
||||||
(load "about_lists")
|
"about_lists"
|
||||||
(load "about_vectors")
|
"about_vectors"
|
||||||
(load "about_sets")
|
"about_sets"
|
||||||
(load "about_maps")
|
"about_maps"
|
||||||
(load "about_functions")
|
"about_functions"
|
||||||
(load "about_conditionals")
|
"about_conditionals"
|
||||||
(load "about_higher_order_functions")
|
"about_higher_order_functions"
|
||||||
(load "about_runtime_polymorphism")
|
"about_runtime_polymorphism"
|
||||||
(load "about_sequence_comprehensions")
|
"about_sequence_comprehensions")
|
||||||
|
|
||||||
(println "You have achieved clojure enlightenment. Namaste.")
|
(println "You have achieved clojure enlightenment. Namaste.")
|
||||||
|
Loading…
Reference in New Issue
Block a user