I am pleased to announce we accepted an intern, Rosheen Naeem, to this year’s Outreachy internship at Open Food Facts. Rosheen will work with Stéphane Gigandet on a project to improve the quality of the Open Food Facts backend to make it more friendly to new developers until August 2021. Rosheen is a software engineer based in Pakistan. She has expertise in web development and technical writing. She brings with ... read more |
Published on behalf of author: Andrew Solomon The Perl Foundation is conducting research to identify the shared values of the Perl community, and their vision of the Perl ecosystem in years to come. The goal is to provide information on which TPF, community groups, and individuals can make informed decisions and plans for the future. In this blog we’ll explain why this research is needed, what we have learned so ... read more |
Patrick Böker writes about the progress of his Raku CI Bot grant: Building on Khalids work, I improved the GitHub API auto-generation. Implemented and tested the logic to efficiently retrieve, package and store sets of Rakudo, NQP, MoarVM checkouts. I implemented and tested a nifty little helper to aid with asynchronous task processing. It's a trait that tacks onto a method and changes it so: It runs asynchronously. ... read more |
This is a monthly report by Tony Cook on his Maintaining Perl 5 grant. We thank the TPF sponsors to make this possible. Approximately 36 tickets were reviewed, and 6 patches were applied 0.55 research, comment on https topic in PSC #021 2021-05-21 0.67 #15608 research and comment 0.93 #18660 review suggested test code, research 0.15 #18670 re-check, apply to blead 10.57 #18703 try to ... read more |
The Grants Committee has concluded voting on the May 2021 round. Two grant requests were submitted: Grant Proposal: Raku Dispatch and Compiler Improvements VOTING RESULTS: Approved. 7 YES vote 0 NO votes, 3 ABSTAIN Grant Proposal: Persistent Data Structures for Raku VOTING RESULTS: Approved. 7 YES vote 0 NO votes, 3 ABSTAIN The Grants Committee is excited to see work begin on these. We accept proposals throughout the year; our ... read more |
Regarding his RakuAST Grant, Jonathan Worthington reports some awesome progress for May 2021. Side note: due to a bug in the Markdown rendering in this blog post, the less-than and greater-than characters in code blocks are double-encoded. Please refer to this gist for a correctly rendered version. Anyway, here is Jonathan's report: During May I focused on filling out the regex part of RakuAST, with the result that the majority ... read more |
The Grants Committee has received the following grant proposals for the May 2021 round: Raku Dispatch and Compiler Improvements Persistent Data Structures for Raku Before the Committee members vote on any proposal, we like to solicit feedback from the Perl and Raku communities. Review the proposals at their individual links and please comment there by June 6, 2021. The Committee members will start the voting process following that and the ... read more |
Name Daniel Sockwell Synopsis Immutable, persistent data structures give a program certain superpowers that it's very hard to have in any other way: they allow the program to "time travel" they allow let the program share data across threads or asynchronously save it to disk without needing locks; they enable a much more purely functional style of programming which results in code that many software developers find much easier to ... read more |
Welcome to the latest ‘The Perl and Raku Conference in the Cloud’ newsletter. This issue: The schedule is available Submit a Lightning Talk Volunteers needed Do you want to host a virtual BoF? Order your conference shirt About the Conference in the Cloud Get your tickets How to Reach Us See you real soon The conference is in just 2 weeks! We're really looking forward to seeing everyone again. We’ve ... read more |
This is a monthly report by Tony Cook on his Maintaining Perl 5 grant. We thank the TPF sponsors to make this possible. Approximately 39 tickets were reviewed. 2.66 #16249 read code, try to work up some implementation #16249 more implementation 0.80 review list discussion, comment on #17999 re walking backwards through UTF-8 0.73 #18588 debugging 1.43 #18670 review CI results, reproduce on Win32, ... read more |
Name Jonathan Worthington Synopsis I currently have two ongoing grants: A Raku performance and reliability grant, under which almost all the time is currently dedicated to implementing a new generalized dispatch mechanism. Progress so far indicate it will offer both performance improvements and simplify future development. A RakuAST grant, which involves implementing a user-facing document object model for the Raku programming language. This will provide a ... read more |
This is a monthly report by Dave Mitchell on his grant under Perl 5 Core Maintenance Fund. 2: We would like to thank the TPF sponsors to make this grant possible. 3: Did very little work in March and April 2:17 fix compiler warnings 0:38 fixup misc issues 3:46 process p5p mailbox 6:41 TOTAL ... read more |
This is a statement from the TPF Board of Directors. We screwed up. The TPF Board failed to make sure that the first significant test of the new CAT team and process went well. For that, we deeply apologize. This post will go into detail on exactly what we think went wrong, clarify a number of points, and explain how we plan to do better in the future. Our first ... read more |
In April I focused on resumption of multiple dispatch using the new dispatch mechanism that is, using |
Jonathan wrote an update to his RakuAST grant RakuAST continues to grow to cover more of the Raku language, and the new RakuAST-based compiler frontend advances along with it. This month saw 30 further spectest files start passing in full using the new compiler frontend. New AST nodes were created and compilation implemented for the following language constructs: Placeholder parameters, both positional and named Sigilless variable declarations Loop labels The ... read more |
The Grants Committee is accepting grant proposals all the time. We evaluate them every two months and another round is starting. If you have an idea for doing some work that will benefit the Perl or Raku communities, please consider submitting a grant application. The application deadline for this round is 23:59 May 30, 2021, UTC. We will publish the received applications, get community feedback through June 9th, and we ... read more |
Read the latest news from TPRCIC 2021: Speakers announced, submit a lightning talk, set up a BOF, register for tickets and help us make the event a success. ... read more |
The Perl Foundation is among the thirty open-source software organizations that Google has chosen to participate in 2021's Season of Docs program. Through this program, Google will fund a comprehensive audit of Perl's core documentation collection, a project proposed by Jason McIntosh earlier this year. For this project a hired expert will perform a gap analysis of the documentation's content and presentation. This work will compare the documentation's present state ... read more |
Author: Andrew Solomon. The Perl Foundation kicked off 2021 with a survey to find out how we can make Perl more welcoming to beginners. In this blog we: Describe who responded to the survey. Summarise the types of support they need. Explain the work TPF is now undertaking to address these needs. Explain how you can help, and how the TPF can support you. A link to the raw data ... read more |