Mikhail Khorkov

9 Followers
16 Following
123 Posts
Java programmer. Long runner.
Bloghttps://teletype.in/@atroxaper
GitHubhttps://github.com/atroxaper

The syntactic sugar that is in the RakuLang that would make me happier in the Python:

https://docs.raku.org/language/signatures#Positional_vs._named_arguments

#rakulang #python

Signature literals | Raku Documentation

The syntactic sugar that is in the RakuLang that would make me happier in the Python:

https://docs.raku.org/language/operators#methodop_.%26

#rakulang #python

Please, do not hide anything (important, at least) behind the edge of a mobile screen. #github #2гис
Sometimes you need to execute a code several times with fixed delay *between* executions, but the standard Raku library does not allow so. You will get it with https://modules.raku.org/dist/Scheduler::DelayBetween:cpan:ATROXAPER
#rakulang
Raku Modules Directory

Sometimes we need to add a priority to set of objects. If we use numbers, then it will be a problem to add new objects in between. Solution - use strings. #rakulang #Python #Java