Path: csiph.com!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: glen herrmannsfeldt Newsgroups: comp.lang.java.programmer Subject: Re: no more primitive data types in Java (JDK 10+). What do you think? Date: Fri, 20 Apr 2012 21:48:59 +0000 (UTC) Organization: Aioe.org NNTP Server Lines: 18 Message-ID: References: <9uc3p7lbqs1e8cdpmakv231vegfi1tf6pg@4ax.com> <19103667.4.1334951684324.JavaMail.geo-discussion-forums@pbrh4> NNTP-Posting-Host: H0vc4U5LIRkRHNPyGCs2dA.user.speranza.aioe.org X-Complaints-To: abuse@aioe.org User-Agent: tin/1.9.6-20100522 ("Lochruan") (UNIX) (Linux/2.6.32-5-amd64 (x86_64)) X-Notice: Filtered by postfilter v. 0.8.2 Xref: csiph.com comp.lang.java.programmer:13717 Lew wrote: (snip) >> >Class 6 Extends 14 {} >> abstract class Peano { } >> class 0 extends Peano { } (snip) > And that's relevant because ... ? > Do you think they'll suddenly allow leading digits in class > identifiers for Java code? I think not. As I remember, all unicode letters are allowed. There are plenty that could be confusing to readers. Maybe there aren't any that look like roman digits, though. There are many that look like, but aren't the same character as, roman alphabet letters. -- glen