Comment: Implementations of web APIs (Score 1) on 2010.08.20 2:07
Attached to: Speaking at Microsoft TechEd - Any issues you want raised?
Do they have an API to get a list of Points of Interest around a set of coordinates?
Do they have an API to get a list of Points of Interest around a set of coordinates?
So just to let these readers to know, there are going to be a number of tech-events with Perl content where you could help out.
You made some very good points (along with chromatic, moritz, Your Mother, petdance, CountZero and probably others) that people like me can use in other situations when talking about Perl 6 and Rakudo.
Thank you for your hard work and patience!
You rock!
Also I think I have partially fixed that specific bug in 0.59 as it was also causing test failures in Padre where we also use similar constructs here and there.
I think it is still buggy and eventually it should be implemented as a plugin for Perl::Critic to make it more roboust but that is waiting for someone to have the necessary tuits.
We could tell you where to turn off the message until we fix the bug. By the way the the feature that is causing that error message is specifically designed to catch mistakes of beginners.
The idea is to catch bugs that can be caused by code like this:
if ($x =
/boo/) {
}
which is valid perl but it is unlikely a beginner would know what it actually does. The example you gave probably should not trigger the error message and should be considered a bug in Padre.
As I understand in order this to work we need to build a statically linked perl and wxwidgets and apparently this was not the case.
I think this can be one approach though I hope this could lead to a package similar to Strawberry Perl Professional but for Linux and similar OS-es which would mean other desktop application could use it as a platform.
I still think inclusion in the Linux distributions is another important approach, besides the source code distribution from CPAN.
In order to allow you to use the latest (or almost latest) Padre on Linux we also have an experimental version of it that includes everything you need - even a threaded Perl.
See the Linux section on the download Padre page.
IMHO "changing the Perl community" did not mean every Perl hacker now will have to use Padre.
I never thought Padre would catch any measurable part of the vim/emacs users to change their editor. Maybe once in a while, as tsee mentioned, they will use it and maybe they will recommend it to novices.
So the major change can come from:
Padre, the Perl IDE is coming mainly from me I think. You might excuse me of being a fan boy of Padre.
So the usefulness of this would only be seen later down the road and only by some of the new users.
But one needs to step on the road to get there.
Or just ask question on the Padre IRC channel or on the Padre mailing list. See the contact info for details.
There is a wiki page with the list of features but it is does not contain everything.
Clearly we need some people who will help the project by adding documentation.