Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tweak the glue language sentence in the announcement
Just want us to be clear about being compatible with Perl 5.
  • Loading branch information
niner committed Dec 25, 2015
1 parent 686d3eb commit d925612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/announce/2015.12.md
Expand Up @@ -17,8 +17,8 @@ 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
+ Serves as a great glue language, easily calling C/C++ (using NativeCall)
and Perl 5 (using Inline::Perl5)
+ Serves as a great glue language, allowing for easy calling of C/C++
(using NativeCall) and staying compatible with Perl 5 (via Inline::Perl5).
+ Provides composable constructs for working with asynchronous data and
parallel computations
+ Dramatically reforms and sets a new standard in regex syntax, which
Expand Down

0 comments on commit d925612

Please sign in to comment.