Seems to work for me. Are you putting something valid in (do something)? Also if you want to watch files in a directory, there is JNotify, which might be useful to you.
On Feb 21, 5:19 pm, clj123 <[email protected]> wrote: > Hello, > > I'm looking for an on-going service that runs and processes files in a > certain location. This function should be contiously running. > > The function that I've used, it always running and when files are > place it does something with it. > > (defn run-always [] > (while true (dosomething))) > > However, it throws an exception: > Expression failed: (run-always) > > I'm not sure why it's throwing it, and is there a better way to handle > this kind of service? > > Thanks. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
