style of programming is called static typing. Staticin the sense that variable types are defined before assignment and cannot change. Rakuis classified as gradually typed; it allows both static and dynamic typing. Arraysand hashes can also be statically typed: myInt @array = 1,2,3; ...
Command line interface – Creating your own CLI in Raku. Doing math with Raku – Different mathematical paradigms and how they are implemented in this language. Creating operators – A short tutorial on how to declare operators and create new ones. CompUnits and where to find them – How and...
style of programming is called static typing. Staticin the sense that variable types are defined before assignment and cannot change. Rakuis classified as gradually typed; it allows both static and dynamic typing. Arraysand hashes can also be statically typed: myInt @array = 1,2,3; ...