<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-24611184.post5367931119841173999..comments</id><updated>2009-12-25T09:24:48.242-08:00</updated><category term='xml'/><category term='scala'/><category term='podcast'/><category term='StAX'/><category term='java'/><category term='programming'/><category term='jdo'/><category term='socialnetworks'/><category term='gwt'/><category term='monitoring'/><category term='open source'/><category term='Thrift'/><category term='linkedin'/><category term='javaposse'/><category term='protobuf'/><category term='Google App Engine'/><category term='test'/><category term='guic'/><category term='guice'/><category term='ibm'/><category term='groovy'/><category term='spring'/><category term='twitter'/><category term='OHF'/><category term='Eclipse'/><category term='Mac'/><category term='voldemort'/><category term='kaching'/><category term='testing'/><category term='j2ee'/><category term='work'/><category term='conferences'/><category term='xstream'/><category term='json'/><category term='Books'/><title type='text'>Comments on Wondering around: Inconsistencies when moving from Java to Scala</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.eishay.com/feeds/5367931119841173999/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24611184/5367931119841173999/comments/default'/><link rel='alternate' type='text/html' href='http://www.eishay.com/2008/11/inconsistencies-when-moving-from-java.html'/><author><name>Eishay Smith</name><uri>http://www.blogger.com/profile/09443096006184006852</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_O9TJAb-LjDE/S44K61181wI/AAAAAAAAAj0/oYGO2xz_kf4/S220/eishay.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-24611184.post-616972399079385537</id><published>2008-12-02T09:33:00.000-08:00</published><updated>2008-12-02T09:33:00.000-08:00</updated><title type='text'>@Itay, I agree. You can make a list immutable of c...</title><content type='html'>@Itay, I agree. You can make a list immutable of course (Collections.unmodifiableList), but that would be missing the point :-)&lt;BR/&gt;&lt;BR/&gt;It would be nice to have a Scala/Java utils library for java code that needs to use Scala list for language interoperability or just because its nice. List$.MODULE$.fromArray looks too much like hacking or using unsupported implementation.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24611184/5367931119841173999/comments/default/616972399079385537'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24611184/5367931119841173999/comments/default/616972399079385537'/><link rel='alternate' type='text/html' href='http://www.eishay.com/2008/11/inconsistencies-when-moving-from-java.html?showComment=1228239180000#c616972399079385537' title=''/><author><name>Eishay Smith</name><uri>http://www.blogger.com/profile/09443096006184006852</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='26' src='http://4.bp.blogspot.com/_O9TJAb-LjDE/SSHEkczXfAI/AAAAAAAAAPg/DAa6AP088sE/S220/eishay_3_s.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.eishay.com/2008/11/inconsistencies-when-moving-from-java.html' ref='tag:blogger.com,1999:blog-24611184.post-5367931119841173999' source='http://www.blogger.com/feeds/24611184/posts/default/5367931119841173999' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1856236024'/></entry><entry><id>tag:blogger.com,1999:blog-24611184.post-4617942469527870024</id><published>2008-12-02T06:09:00.000-08:00</published><updated>2008-12-02T06:09:00.000-08:00</updated><title type='text'>Creating a Scala list from Java isn&amp;#39;t obvious,...</title><content type='html'>Creating a Scala list from Java isn&amp;#39;t obvious, but certainly doable.&lt;BR/&gt;&lt;BR/&gt;import scala.List;&lt;BR/&gt;import scala.List$;&lt;BR/&gt;&lt;BR/&gt;public class Test {&lt;BR/&gt; public static void main(String[] args) {&lt;BR/&gt;  List&amp;lt;String&amp;gt; ducks = list(&amp;quot;huey&amp;quot;, &amp;quot;duey&amp;quot;, &amp;quot;louie&amp;quot;);&lt;BR/&gt; }&lt;BR/&gt; &lt;BR/&gt; public static &amp;lt;A&amp;gt; List&amp;lt;A&amp;gt; list(A... args) {&lt;BR/&gt;  return List$.MODULE$.fromArray(args);&lt;BR/&gt; }&lt;BR/&gt;}</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24611184/5367931119841173999/comments/default/4617942469527870024'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24611184/5367931119841173999/comments/default/4617942469527870024'/><link rel='alternate' type='text/html' href='http://www.eishay.com/2008/11/inconsistencies-when-moving-from-java.html?showComment=1228226940000#c4617942469527870024' title=''/><author><name>James Iry</name><uri>http://www.blogger.com/profile/02835376424060382389</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.eishay.com/2008/11/inconsistencies-when-moving-from-java.html' ref='tag:blogger.com,1999:blog-24611184.post-5367931119841173999' source='http://www.blogger.com/feeds/24611184/posts/default/5367931119841173999' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-681277883'/></entry><entry><id>tag:blogger.com,1999:blog-24611184.post-6254991365175567038</id><published>2008-12-01T05:39:00.000-08:00</published><updated>2008-12-01T05:39:00.000-08:00</updated><title type='text'>"Scala's List is not a Java Collection list.". &lt;br...</title><content type='html'>"Scala's List is not a Java Collection list.". &lt;BR/&gt;&lt;BR/&gt;I guess you could blame immutability. In fact, I really wish Java had an immutable (you know, Lisp-like) list.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24611184/5367931119841173999/comments/default/6254991365175567038'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24611184/5367931119841173999/comments/default/6254991365175567038'/><link rel='alternate' type='text/html' href='http://www.eishay.com/2008/11/inconsistencies-when-moving-from-java.html?showComment=1228138740000#c6254991365175567038' title=''/><author><name>Itay Maman</name><uri>http://www.blogger.com/profile/15900841850889743147</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.eishay.com/2008/11/inconsistencies-when-moving-from-java.html' ref='tag:blogger.com,1999:blog-24611184.post-5367931119841173999' source='http://www.blogger.com/feeds/24611184/posts/default/5367931119841173999' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1396873789'/></entry></feed>
