Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/james-p-d/rakudump
- Owner: James-P-D
- License: mit
- Created: 2021-10-31T09:19:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T09:24:59.000Z (about 3 years ago)
- Last Synced: 2024-11-05T18:56:45.516Z (about 2 months ago)
- Topics: perl, raku, rakulang
- Language: Raku
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)