Hi, Christian If you look the sources of create-server, you will see it's using Java sockets wrapped as Clojure functions. The same thing about Java threads.
It's not a bad thing and soon or later you will find some Java object wrapped somewhere. IMHO, I don't think Clojure need something specific to work with socket, so you can work that way without regrets. Regards Plínio On Sun, Aug 11, 2013 at 3:04 PM, Christian Sperandio <christian.speran...@gmail.com> wrote: > Hi, > > Is there a socket management with Clojure 1.5.1? > > I found the create-server function in the clojure.contrib but (except any > error) the clojure.contrib is outdated with the last version of Clojure. > And I didn't find any clue about client socket management. > > Should I wrap Java classes? > > Thanks. > > -- > -- > 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 > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.