I\'ve read a lot about how great Clojure is when it comes to concurrency, but none of the tutorials I\'ve read actually explain how to create a thread. Do you just do (.start (T
Using a future is usually the simplest adhoc access to threading. Depends entirely on what you want to do :)