Raku

197 readers
1 users here now

A place for all things related to the Raku® Programming Language—an open source, gradually typed, Unicode-ready, concurrency friendly programming language made for at least the next hundred years. Please join us, for programming should be optimized for Fun and Profit!

Links

We are a bunch of volunteers developing the Raku Programming Language as the Open Source language of the future.

We also develop tools, web-services and applications written in the Raku Programming Language.

We try real hard to be nice to each other. You can help too! The only requirement is that you know how to be nice to all kinds of people (and butterflies 🦋). And don't be afraid to ask if you do not understand something.

founded 2 years ago
MODERATORS
51
52
53
54
55
56
57
 
 

This URL provides a collection ( 17 recipes ) of Raku/Sparrow snippets to munge your data. Raku provides powerful regexs mechanism to search text, Sparrow - some high level blocks to make it even easier, all this together allows user to use Raku in daily data processing tasks as alternative to well known solutions like sed/grep/awk/perl

Every recipe is an example of how to solve a real user task ( stack overflow questions ) which you may compare with other solutions ( none Raku ) on the same link and make your opinion. Don’t forget to give the author some credit by voting up on stack overflow if you like them ))

PS all recipes are tested by myself, appreciate any suggestions, improvements, bugs reporting

58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
view more: ‹ prev next ›