2024.09.21 in #687Taking VelociPerl for a ride
Personally I don't think I like closed-source 'improvements' to Open Source projects. It feels like ripping off the volunteer work of the community who built that Open Source software. On the other hand maybe this is the only way to getting rid of certain old construct in Perl that limit the improvements in the language. There is also a discussion on Reddit about this.
2025.07.01 in #728Vibe Coding a Perl interface to a C library
An excellent technical walkthrough for intermediate-to-advanced Perl programmers needing to interface with C libraries. It presents practical code with useful explanations of the binding process.
2025.07.04 in #728Vibe coding a Perl interface to a foreign library - Part 2
An excellent resource for Perl developers needing to create robust, production-ready C library bindings. It has deep technical knowledge with practical implementation advice.