RSSAmplifier

soc.me · Sep 7, 2018

Language Design: Use Consistent Keyword Length

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

6 letters namespacing – declaring and managing namespaces: module (unifies “object” and “package”) import export 5 letters “big” definitions (types): class (reference type) value (value type, alternative to struct ) union (alternative to enum ) trait (interface/typeclass) alias (type alias) mixin 4 letters control flow: case / then / else or when / then / else loop (alternative to while ) skip…

Read on /languages/consistent-keyword-length.html

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.