Skip to content

Instantly share code, notes, and snippets.

View jaju's full-sized avatar
🏠
Working from home

Ravindra R. Jaju jaju

🏠
Working from home
View GitHub Profile
;;; Some NS which has the gen-class directive
(defn -main-that-wont-work []
(let [coll (some-collection-returning-function)]
(for [c coll]
(transform c)
)
)
)