On Sep 16, 10:46 pm, Hugh Aguilar <hugoagui...@rosycrew.com> wrote: > My concern right now is that I don't know Java. Is this a prerequisite > for learning Clojure? Can I program in Clojure without delving into > Java, or are there certain things that will require Java?
Yes, you can learn Clojure the language without knowing Java the language. But Clojure relies on Java libraries for lots of real-world things, so eventually you'll need to know the standard Java libraries. I always recommend the Sun Java tutorials for this: http://java.sun.com/docs/books/tutorial/ -SS --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---