Announcing a new library
    Sean Kelly 
    sean at f4.ca
       
    Mon Jan  1 10:19:29 PST 2007
    
    
  
bls wrote:
> WOW.
> 
> Just a simple question regarding network protocols and collections.
> Will a Java developer feel comfortable with your network protocol and
> collection implementation. (f.i. method named etc.., in general similar
> behaviour ) ?
Definitely with the collections, as they began as a port of Doug Lea's 
collections.  The IO stuff is fairly Java-like as well in that it's 
object-oriented, but the details are somewhat different.  See Mango at 
DSource for an idea of what the IO model looks like, as it was a 
starting point for the design (I'm not sure how much Kris has kept the 
two in sync since development on Tango began).
Sean
    
    
More information about the Digitalmars-d-announce
mailing list