in reply to Re^4: loopy trouble
in thread loopy trouble
Agreed. I find that the best place most of the time to find learning/sample code is the test suites of Perl packages. Perl has an above average testing culture I think. This turned up a few interesting things and I’m sure there is plenty more in there–
moo@cow[63]~/.rakudobrew>ack \\bloop\\b -l moar-v6.c/ | ack \\.t$ moar-v6.c/nqp/examples/rubyish/t/loops.t moar-v6.c/nqp/examples/rubyish/t/template.t moar-v6.c/nqp/t/jvm/01-continuations.t moar-v6.c/nqp/t/moar/01-continuations.t moar-v6.c/nqp/t/moar/02-qast-references.t moar-v6.c/nqp/t/nqp/14-while.t moar-v6.c/nqp/t/nqp/15-list.t moar-v6.c/nqp/t/nqp/42-cond-loop.t moar-v6.c/nqp/t/nqp/84-loop-labels.t moar-v6.c/nqp/t/parrot-pmc/qrpa.t moar-v6.c/nqp/t/qast/01-qast.t
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: loopy trouble
by stevieb (Canon) on Jan 08, 2016 at 21:46 UTC |