clojure-austin

https://www.meetup.com/Austin-Clojure-Meetup/
clojuregeek 2016-07-25T02:08:04.000042Z

I see this code:

(require '[buddy.auth :refer [authenticated? throw-unauthorized]])
(require '[ring.util.response :refer (response redirect)])

clojuregeek 2016-07-25T02:08:46.000043Z

in first example the things in the refer are in a vector.. and the second.. is a list …. why ? which way is better ?

2016-07-25T03:57:14.000044Z

style

2016-07-25T03:58:26.000045Z

[] are the preferred style

2016-07-25T03:58:49.000046Z

there’s not technical difference