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

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

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`.