Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!news-out.octanews.net!indigo.octanews.net!news.glorb.com!newsfeeds.ihug.co.nz!lust.ihug.co.nz!ihug.co.nz!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.java.programmer Subject: Re: =?UTF-8?B?QW5kcm9pZOKAlFdoeQ==?= Dalvik? Followup-To: comp.lang.java.programmer Date: Sat, 04 Jun 2011 16:08:40 +1200 Organization: Geek Central Lines: 22 Message-ID: References: NNTP-Posting-Host: 118-92-86-36.dsl.dyn.ihug.co.nz Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Trace: lust.ihug.co.nz 1307160521 22097 118.92.86.36 (4 Jun 2011 04:08:41 GMT) X-Complaints-To: abuse@ihug.co.nz NNTP-Posting-Date: Sat, 4 Jun 2011 04:08:41 +0000 (UTC) User-Agent: KNode/4.4.11 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:4971 In message , Michael Wojcik wrote: > ("the most portable language in the world" is a > vapid claim, since "portable" is not well-defined and there's no > metric for "most".) Most languages (including Java) that claim to be “portable” seem to be implemented in C. Therefore they can only be ported to platforms where a C compiler (or cross-compiler) is already available. Therefore, Portability(all such languages) ⊆ Portability(C) or even Portability(all such languages apart from C) ⊂ Portability(C) > It's rare to find non-trivial C source that > doesn't make assumptions about the implementation: CHAR_BIT, > endianness, character set, etc. Try this . Is a million lines “non-trivial” enough for you?