A Complete Course of the Raku programming language

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • raku-course

  • Looks like people can submit PRs: https://github.com/ash/raku-course

  • tumblelog

    A static tumblelog generator available as both a Perl and Python version

  • Does a static microblog generator[0] count as serious? I use it for my own, mostly linkblog [1].

    [0] https://github.com/john-bokma/tumblelog

    [1] https://plurrrr.com/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • rakudo-appimage

  • https://github.com/timo/rakudo-appimage

  • regex-benchmark

    It's just a simple regex benchmark of different programming languages.

  • It is a matter of personal preference.

    I find that regular expressions and text-wrangling tasks are faster and easier in Perl than in other programming languages due to its accessible syntax and regular expression engine speed.

    This article shows the regular expression syntax in several popular programming languages: https://cs.lmu.edu/~ray/notes/regex/

    This GitHub repo gives some regex performance test benchmarks: https://github.com/mariomka/regex-benchmark Perl is pretty fast among the scripting languages that were benchmarked.

    If you are familiar with C / C++, then learning Perl is relatively fast and easy: https://perldoc.perl.org/perlintro

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts