Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Note on glue language-ness; flussence++, lizmat++
  • Loading branch information
jnthn committed Dec 25, 2015
1 parent 0053934 commit c4ce4f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/announce/2015.12.md
Expand Up @@ -17,10 +17,12 @@ Together, we've built a language that:
and revising the things that needed it
+ Is truly multi-paradigm, enabling elegant object-oriented, functional,
procedural, and concurrent programming
+ Dramatically reforms and sets a new standard in regex syntax, which
scales up to full grammars - powerful enough to parse Perl 6 itself
+ Serves as a great glue language, easily calling C/C++ (using NativeCall)
and Perl 5 (using Inline::Perl5)
+ Provides composable constructs for working with asynchronous data and
parallel computations
+ Dramatically reforms and sets a new standard in regex syntax, which
scales up to full grammars - powerful enough to parse Perl 6 itself
+ Values lexical scoping and encapsulation, enabling easy refactoring
+ Is extensible through meta-object programming, user-defined operators,
and traits
Expand Down

0 comments on commit c4ce4f0

Please sign in to comment.