Please excuse my grammar

See my opps gettin' filled with anna
This game like Home Depot
Bitch, they got keys, hoes, and hammers
master
Barrington 2022-12-03 13:48:44 +01:00
parent 43a296322f
commit d4fa18bfef
Signed by: svragv
GPG Key ID: B39C0BCEE94A4A89
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ In this example, the =$l= is an instance of the class Lock, and we're
using to protect the [[https://en.wikipedia.org/wiki/Critical_section][critical section]] of the threads (when they modify
a shared variable, the =$counter= variable).
But threads are an extremely complicated subject, humanity likes to
Threads are an extremely complicated subject, humanity likes to
make everything more complicated but sometimes they make things
simpler, this is the case of the =start= and =await= blocks in
Raku. Allowing painless parallelism:
@ -135,7 +135,7 @@ use clases from Perl. And converts it to Raku classes.
** Calling C functions
This is a pain to do in Perl, it isn't a pain in Raku as we have the
=NativeCall= module, which makes calling C functions very easily. So
=NativeCall= module, which makes calling C functions damn easily. So
creating C libs bindings to raku shouldn't be much of a pain.
#+begin_src raku