- A smaller language, not a bigger one
- namespaces: types, terms,
packages,fields,methods,labels - modifiers:
keywords, annotations - nesting:
packages, modules,static - members: fields, methods,
properties - control flow: if-then-else, return, while,
break,continue,loop,exceptions,throw,catch - constructors: primary,
secondary - literals:
octal number literals,class literals, …
- namespaces: types, terms,
- Correctness
- separate types for identity/equality, ordering/comparing
- Fewer special-cases, not more
- operators:
unary operators, fewer binary operators magic methods on all typescollection literals,array syntaxinstance-of-syntax,cast-syntax- types have consistent casing (uppercase)
- operators:
- Simplicity, not familiarity
generics with <>- member definition syntax differs only by
fun,letorvar
- Higher Standards
- simple to specify
- simple to implement
- simple to understand
This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
A smaller language, not a bigger one namespaces: types, terms, packages , fields , methods , labels modifiers: keywords , annotations nesting: packages , modules, static members: fields, methods, properties control flow: if-then-else , return, while, break , continue , loop , exceptions , throw , catch constructors: primary, secondary literals: octal number literals , class literals , ……

Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.