Skip to content

Instantly share code, notes, and snippets.

@zoffixznet

zoffixznet/md.md Secret

Last active March 2, 2017 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/9adc6c9cabd2ed2a424757bd05b61cc5 to your computer and use it in GitHub Desktop.
Save zoffixznet/9adc6c9cabd2ed2a424757bd05b61cc5 to your computer and use it in GitHub Desktop.

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. WhateverCode lambdas
  2. grammars
  3. multi-dispatch
  4. async + concurrency builtin
  5. easy to method-chain stuff, while mixing-in operators and routines: (^100).grep(*.is-prime).&my-func.&[+](2).say
  6. Unicode
  7. easy and sane OO
  8. lots of quick-to-type operators
  9. lazy iterators
  10. friendly community
  11. new language (lots of opportunity to contribute / write modules not yet written)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment