Raku
Draft
Who knows what I am gonna say next …
Raku did the thing that Python had not done for me, bringing the joy of programming and the expressiveness of code back to the forefront. It is a language that embraces multiple paradigms, allowing you to write code in a way that feels natural to you.
Getting Started
Review
- same spirit as Perl: fun to write but not too fun to read.
- there are so many ways to do the same thing. kinda like natural languages
- many intriguing syntax
- type systems
- reminds me a lot of dlang with flexible type / value constraints.
- the design of operators is beautiful, elegant, flexible and fun to play with.
Testing
- Use
Use Test, then there are many routines we can use such asis,ok…
Editor Support
- It’s very slow on vim/neovim (as reported here: lag while scrolling using default configuration · Issue #35 · Raku/vim-raku · GitHub ) to the point that it made me abandon this language.
- I will revisit it when things become better; this is really a deal breaker.