Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!.POSTED!not-for-mail From: Jan Burse Newsgroups: comp.lang.java.programmer Subject: Re: Immutable Datastructures with good Sharing Date: Sun, 06 Nov 2011 22:33:49 +0100 Organization: albasani.net Lines: 36 Message-ID: References: <4EB6ADAD.8040001@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.albasani.net YBC05F+itMsRZqFZgCyRLOjSFflZW/e+MNGXl7ByyGNv7NuZF2gE3qpiuMsTsqJHTjiKf0bx5vmo4dmzfvvOhg== NNTP-Posting-Date: Sun, 6 Nov 2011 21:33:50 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="9qa4Z9NOjIPaxBRWCPQXnRVP0LgIlb26cjGXiyuf7aaNPi4o+xX+4CEoDw09MIEQVzza0eG/XddCWXoKfYAB0mD1rKuygvsUw6g1V+ObJ8xR1wWLDVrecNw6+01Xih+4"; mail-complaints-to="abuse@albasani.net" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20110928 Firefox/7.0.1 SeaMonkey/2.4.1 In-Reply-To: Cancel-Lock: sha1:mmmmoP0TaSjc7KN77k8t4TroB4g= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:9682 Giovanni Azua schrieb: > Be careful with what you re-use. What I recommended is __Google's core > libraries__ "The Guava project contains several of Google's core libraries > that we rely on in our Java-based projects: collections, caching, primitives > support, concurrency libraries, common annotations, string processing, I/O, > and so forth." I don't need all this, I only need some collection. > What you found are OS projects from independent non-Google developers that > are just _hosted_ in Google code. I haven't used those and can't recommend > them. The difference might be somewhat similar to watching Hollywood movies > vs. Alternative "artsy" low cost movies so to speak. Well being a Googler might imply profes- sionality. But being a non-Googler then does not necessarily imply non-profes- sionality. This is the fallacy of: If A -> B Then ~A -> ~B You can easily verify this conclusion to be false by a truth table. Bye