You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* All match adverbs and cases are mentioned.
* All subst adverbs are also mentioned in its own place. I have
changed the ordering of the sections.
* subst-mutate is linked from subst.
So I would say the concerns of #919 have been adressed. Closes#919.
(some minor reflow in this and faq file too)
Copy file name to clipboardExpand all lines: doc/Language/faq.pod6
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -736,7 +736,9 @@ them offer all.
736
736
737
737
=itemPhasers (like BEGIN / END) allow code to be executed at scope entry / exit, loop first / last / next and many more special contexts.
738
738
739
-
=itemHigh level concurrency model, both for implicit as well as explicit multi-processing, which goes way beyond primitive threads and locks. Perl 6's concurrency offers a rich set of (composable) tools.
739
+
=itemHigh level concurrency model, both for implicit as well as explicit
740
+
multi-processing, which goes way beyond primitive threads and locks. Perl 6's
741
+
concurrency offers a rich set of (composable) tools.
740
742
741
743
=itemMultiple-core computers are getting used more and more, and with Perl 6
742
744
these can be used thanks to parallelism, both implicit (e.g., with the C«>>».
@@ -757,11 +759,14 @@ Fibonacci sequence, or all prime numbers.
757
759
758
760
=itemNative data types for faster, closer to the metal, processing.
759
761
760
-
=itemInterfacing to external libraries in C / C++ are trivially simple with NativeCall.
762
+
=itemInterfacing to external libraries in C / C++ are trivially simple with
763
+
NativeCall.
761
764
762
-
=itemInterfacing with Perl 5 (CPAN) / Python modules trivially simple with Inline::Perl5 and Inline::Python.
765
+
=itemInterfacing with Perl 5 (CPAN) / Python modules trivially simple with
766
+
Inline::Perl5 and Inline::Python.
763
767
764
-
=itemCan have multiple versions of a module installed and loaded simultaneously.
768
+
=itemCan have multiple versions of a module installed and loaded
769
+
simultaneously.
765
770
766
771
=itemSystem administration simplified due to simpler update/upgrade policies.
0 commit comments