Problem with target of http://search.cpan.org/dist/Marpa/?

2010-07-08 Thread jeffreykegler
Offer Kaye points out to me that the URL http://search.cpan.org/dist/Marpa/ takes him to a very ancient version of my Marpa module: Marpa-0.01. He expects, as I do, that it would take you to the latest version or close to it. Marpa-0.01 is many versions and months out of date. The latest

Advice wanted re Marpa::XS

2010-08-18 Thread jeffreykegler
I've finished cleaning up the Pure Perl version of Marpa, and am about to embark on Marpa::XS. Marpa's parsing is mainly data-twiddling, so I expect a major speed improvement when its parse engine is converted to C. I've made some tentative decisions on the implementation, which I want to submit

Re: Advice wanted re Marpa::XS

2010-08-22 Thread jeffreykegler
would be very hard to undo. Library use is localized, and I will use a very limited part of the Glib interface. The decision to use Glib, even if I decide I need to undo it, can be justified as rapid prototyping. Thanks to all, jeffrey On Aug 18, 1:09 pm, jeffreykeg...@mac.com (jeffreykegler

Re: What hurts you the most in Perl?

2010-11-27 Thread jeffreykegler
On Nov 24, 7:54 am, sebast...@aperghis.net (Sébastien Aperghis- Tramoni) wrote: > [...] the thing that > really annoyed me recently was the lack of advanced debug tools, for example > to find memory leaks. None of the tools I found or was pointed to worked > in my case. Allow me to recommend my ow