Raku / examples

Many examples of Raku code
https://examples.raku.org/
Artistic License 2.0
294 stars 89 forks source link

make provision for adding cookbook tests #19

Closed tbrowder closed 9 years ago

tbrowder commented 9 years ago

Suggesting a couple of things:

  1. make the help target the default
  2. make provision for possibly independent subdirectory tests (I plan to start with the cookbook directory)
paultcochrane commented 9 years ago

Paul, is there any legal relationship between this repo and the authors of the Perl Cookbook and O'Reilly, i.e., how much can a contributor use out of the Cookbook, if any?

Unfortunately, I don't know much about the legality issues surrounding the use of the Cookbook. The README in the cookbook directory mentions the PLEAC project (https://github.com/pleac/pleac) which seems to be a collection of examples from the Cookbook applied to different programming languages. As to how much one can use out of the Cookbook, I don't know, however I think it's OK to use any and all examples from PLEAC. If you want to add further examples to the cookbook dir, go for it! :-) If you do add some examples, make sure to use the =TITLE and =AUTHOR headings as I've started to implement in the Euler project examples. These tags then get used by the code to generate the HTML version of the perl6-examples project.

tbrowder commented 9 years ago

Thanks, Paul, will do.

Best,

-Tom