Re: Clojure 1.5.1 and Sockets

2013-08-11 Thread Christian Sperandio
Thanks for your answer. I'm wrapping the Java methods so. Without regret or remorse :) -- -- 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 - p

Re: Clojure 1.5.1 and Sockets

2013-08-11 Thread PlĂ­nio Balduino
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 specif