Search Results

2
votes
4answers
527 views

When is an ambiguous grammar or production rule OK? (bison shift/reduce warnings)

There are certainly plenty of docs and howtos on resolving shift/reduce errors. The bison docs suggest the correct solution is usually to just %expect them and deal with it. When you have …
1
vote

Do you eat your own dogfood?

If I'm not using the software I'm writing, nobody else is going to. …
4
votes

What do you keep in your Perl toolbox?

POE WWW::Mechanize …
2
votes

Why do you not use CPAN modules?

the target machine doesn't necessarily have the needed module This can be valid in some environments. One of my friends works at a huge mega conglomerate spanni …
1
vote

What programming religious argument bothers you the most?

I've come to believe that "choosing the best tool for the job" is a religious argument -- and one that irritates me to no end. I mean, clearly you can't write a driver in python, or a web applicat …