https://github.com/benjif/rakubyexample
Raku By Example
https://github.com/benjif/rakubyexample
by-example examples getting-started learning perl6 raku rakudo
Last synced: 10 months ago
JSON representation
Raku By Example
- Host: GitHub
- URL: https://github.com/benjif/rakubyexample
- Owner: benjif
- Created: 2018-08-14T03:16:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T15:53:52.000Z (over 6 years ago)
- Last Synced: 2025-04-25T06:50:15.820Z (10 months ago)
- Topics: by-example, examples, getting-started, learning, perl6, raku, rakudo
- Language: CSS
- Homepage:
- Size: 95.7 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raku By Example
See it in action [here](https://benjif.github.io/rakubyexample/).
## Why?
Several other languages that I've encountered offer a variation of the "\* by example" scheme. They offer short-and-sweet examples to get users started. This is something that I find that the [official examples page](http://examples.perl6.org/) doesn't accomplish well.
## Contributing
To contribute, fork this repository and add any examples to the `examples` folder. Then, generate the HTML and CSS.
### Dependencies
- Text::VimColour
- Cro::WebApp
### Generating HTML/CSS
Colorize the example files (examples/\*) with `perl6 colorize.p6`, and then generate the HTML/CSS/image changes with `perl6 generate.p6`.