Skip to content

Commit

Permalink
Use more links and truth
Browse files Browse the repository at this point in the history
- Actually link to referenced modules
- s/trivially simple/fairly easy/ to be more truthful
  • Loading branch information
zoffixznet committed Jul 6, 2018
1 parent 20dc2c2 commit e228968
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/Language/faq.pod6
Expand Up @@ -177,7 +177,7 @@ X<|UNIX library functions (FAQ)>
X<|POSIX (FAQ)>
=head2 Where have all the traditional UNIX library functions gone?
It's very easy to use Nativecall to access them.
It's fairly easy to use L<NativeCall|/language/nativecall> to access them.
An ecosystem module L<POSIX|https://github.com/cspencer/perl6-posix> is
also available.
Expand Down Expand Up @@ -766,11 +766,12 @@ Fibonacci sequence, or all prime numbers.
=item Native data types for faster, closer to the metal, processing.
=item Interfacing to external libraries in C / C++ is trivially simple with
=item Interfacing to external libraries in C / C++ is fairly easy with
L<NativeCall|/language/nativecall>.
=item Interfacing with Perl 5 (CPAN) / Python modules trivially simple with
Inline::Perl5 and Inline::Python.
=item Interfacing with Perl 5 (CPAN) / Python modules is fairly easy with
L<Inline::Perl5|https://modules.perl6.org/dist/Inline::Perl5:cpan:NINE> and
L<Inline::Python|https://modules.perl6.org/dist/Inline::Python>
=item Can have multiple versions of a module installed and loaded
simultaneously.
Expand Down

0 comments on commit e228968

Please sign in to comment.