Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/james-p-d/rakudump

Dumping ground for learning Raku
https://github.com/james-p-d/rakudump

perl raku rakulang

Last synced: 2 days ago
JSON representation

Dumping ground for learning Raku

Awesome Lists containing this project

README

        

# RakuDump
Dumping ground for learning Raku

## Basics

Much of this is taken from [Raku Guide](https://raku.guide/#_introduction).

## Contents

* [01_hello.raku](https://github.com/James-P-D/RakuDump/blob/main/src/01_hello.raku)
* [02_vars.raku](https://github.com/James-P-D/RakuDump/blob/main/src/02_vars.raku)
* [03_functions.raku](https://github.com/James-P-D/RakuDump/blob/main/src/03_functions.raku)
* [04_conds_and_loops.raku](https://github.com/James-P-D/RakuDump/blob/main/src/04_conds_and_loops.raku)
* [05_io.raku](https://github.com/James-P-D/RakuDump/blob/main/src/05_io.raku)
* [06_subroutines.raku](https://github.com/James-P-D/RakuDump/blob/main/src/06_subroutines.raku)
* [07_functional_programming.raku](https://github.com/James-P-D/RakuDump/blob/main/src/07_functional_programming.raku)
* [08_exceptions.raku](https://github.com/James-P-D/RakuDump/blob/main/src/08_exceptions.raku)