-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redefine / clarify purpose of examples #73
Comments
|
Hi, thanks for bringing some attention to this issue! I will now provide some "historical" context to the question. Originally, since maybe last winter I was interested in re-vitalizing of this repo. There is an enchance/enhance (not sure if I did a typo there now) branch which has some cleanup and contains maybe half-finished porting to Cro done. There was even a proposal made, https://gist.github.com/Altai-man/b0d23ec59c4a5bc32b2d5137cddf3bc9 <- this one. However, some sane arguments were provided by AlexDaniel at https://colabti.org/irclogger/irclogger_log/raku-dev?date=2020-06-15#l37 <- please, read the whole conversation. 1)About "make examples be useful and tied with docs" <- why not just improve docs? There were also points made like those ones:
So in the end I just abandoned this idea and spent my resources on making a new UI for docs, which is for now WIP. With all the above, I have no ideas on how to utilize this repo for the great good, really. "Make it source of new integration of tests" - everything should be in roast/rakudo. I would just archive it, but if anyone has some bright ideas on how to make it cool, that's inspiring and I can try to help with it. |
Well, my idea is simply ensure examples here work.
|
Lol, yes a lot to take in! @Altai-man & @JJ are you happy then if I work through this repo and do two things:
We can discuss further in the background the future of this repo while I do that. And then to @Altai-man's point, even if this gets archived, it is done so in a clean state. |
El lun., 31 ago. 2020 a las 10:13, Cam Stuart (<notifications@github.com>)
escribió:
Lol, yes a lot to take in!
@Altai-man <https://github.com/Altai-man> & @JJ <https://github.com/JJ>
are you happy then if I work through this repo and do two things:
- Update as Raku and remove Perl6 stuff
- Ensure all code is working, documented, tested
Looks like a plan.
We can discuss further in the background the future of this repo while I
do that.
And then to @Altai-man <https://github.com/Altai-man>'s point, even if
this gets archived, it is done so in a clean state.
If not, @JJ <https://github.com/JJ> can either hand over, or work with me
on CRO / deployment / hosting of the examples if we feel that is the
appropriate path to take.
I can guide or help you, but I've got a lot to take already, I'm afraid...
I'm happy anyway with them residing in this repo.
|
Feel free to steal work from enchance branch, it is already done there.
Fair enough. |
Where can I see example with a test covered, with good docs et cetera? So called example for create example (kha-ha). |
@lenin1917 for what purpose? |
@Altai-man to know what you mean when you write about improving this repo. |
See also @Altai-man's comment: #57 (comment)
The examples directory requires attention. I am in the process of bringing file extensions (see also #72) and shebangs inline with current Raku conventions. But further attention is required to tidy up these examples, and repair publishing.
At a high level, my view is the
Raku/examples
directory should:Commencing with the cookbook:
I propose further cookbook style recipes that offer typical programming activities and how they might be solved in Raku. Including multi paradigm examples, and alternative approaches to achieve the same result to ensure the TIMTOWTDI mindset can continue to prosper.
Currently, the
Raku/examples/cookbook
is a "tip of the hat" back to the excellent Perl Cookbook.This is fantastic for Perl 5's posterity and certainly something we should continue maintain, however it fails to showcase Raku's capabilities that make it a more modern language. For one example, concurrency. One area among others that most certainly should have multiple cookbook recipes.
TODO:
Continue to maintain and enhance the existing cookbook examples:
Raku/examples/cookbook
purpose, contribution guides and strategyThe text was updated successfully, but these errors were encountered: