You can copy the source to your project or write your own. 

That function basically wraps Socket and SocketServer Java classes inside a 
loop/recur infinite loop. 

Exactly as you already did with Java. 

Regards 

Plinio Balduino
11 982 611 487

> On 03/04/2014, at 22:27, Alex Wang <idea.wan...@gmail.com> wrote:
> 
> It seems no replacement for 'clojure.contrib.server-socket',  any suggestions 
> or libs for socket programming?
> 
> 
>> On Sat, Mar 29, 2014 at 11:05 AM, Sean Corfield <s...@corfield.org> wrote:
>> On Mar 28, 2014, at 7:40 PM, Christopher Howard <cmhowa...@alaska.edu> wrote:
>> > I wanted to try out this Contrib function describe on this
>> > page
>> > <http://richhickey.github.io/clojure-contrib/types-api.html#clojure.contrib.types/defadt>.
>> >  How
>> > do I get that in my project? Trying to follow documentation, I did
>> 
>> That's very out of date documentation. The current documentation is here:
>> 
>>         http://clojure.github.io/
>> 
>> The old monolithic clojure-contrib library hasn't been maintained for a very 
>> long time.
>> 
>> Some parts of that library were migrated to the new modular contrib 
>> libraries. You can read more about that here:
>> 
>>         http://dev.clojure.org/display/community/Where+Did+Clojure.Contrib+Go
>> 
>> The old clojure.contrib.types library was not one of those so it's 
>> essentially "gone" now. That usually means there are better ways to do what 
>> the old library did - or that the old library was never really a good way to 
>> do things in the first place. I've no idea what defadt was meant to do, I'm 
>> afraid.
>> 
>> Sean Corfield -- (904) 302-SEAN
>> An Architect's View -- http://corfield.org/
>> 
>> "Perfection is the enemy of the good."
>> -- Gustave Flaubert, French realist novelist (1821-1880)
> 
> -- 
> 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/d/optout.

-- 
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/d/optout.

Reply via email to