In java i would read the whole file in to byte array and do some processing with it. Now i want to implement the same algorithm in clojure.
What i am wondering is can i use a list instead of an array?
I know i can create array from clojure but what is the lisp way of handling this?