Skip to content

Instantly share code, notes, and snippets.

@LLFourn
Last active March 2, 2017 15:08
Show Gist options
  • Save LLFourn/2a59e03c40ee6977ed2a7eea09f378be to your computer and use it in GitHub Desktop.
Save LLFourn/2a59e03c40ee6977ed2a7eea09f378be to your computer and use it in GitHub Desktop.
my Top 10 p6 features

My top 10 p6 features

My brain did work so I wrote it down. This is more for my use cases than why I think the language will succeed in general.

  1. containers
  2. grammars
  3. multi-dispatch (esp on type narrowness)
  4. lexical $_
  5. easy + sane defaults builtin OO
  6. Types as first class citizens + MOP
  7. lazy iterators
  8. async + concurrency builtin (when it works)
  9. precompilation
  10. unicode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment