Skip to content

Instantly share code, notes, and snippets.

@ShimmerFairy
Created September 3, 2011 19:49
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 ShimmerFairy/1191675 to your computer and use it in GitHub Desktop.
Save ShimmerFairy/1191675 to your computer and use it in GitHub Desktop.
Big changes from Perl 5 -> Perl 6
* Unicode operators
* Sigil Invariance (@list and @list[5], not @list and $list[5])
** Mention adv. of variance in P5 that still hold now in P6 (masak)
* Operator clarification (e.g. +^ ~^ and ?^)
* Started as a well-defined specification, not as an implementation
* No one, official implementation (anything that can pass the testsuite is P6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment