Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 714 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 714 Bytes

Raku By Example

See it in action here.

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