- Notifications
You must be signed in to change notification settings - Fork3
benjif/rakubyexample
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
See it in actionhere.
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 theofficial examples page doesn't accomplish well.
To contribute, fork this repository and add any examples to theexamples
folder. Then, generate the HTML and CSS.
- Text::VimColour
- Cro::WebApp
Colorize the example files (examples/*) withperl6 colorize.p6
, and then generate the HTML/CSS/image changes withperl6 generate.p6
.