Live data from Hacker News

Happy birthday Dancer - two years of the Perl Dancer web framework project

preshweb.co.uk

11–12 of 12 posts

Re: Happy birthday Dancer - two years of the Perl Dancer web framework project

#11
post #4

Story: posted 42 minutes ago. supermatthew: 27 minutes old randgj: 22 minutes old (and two more since then, and probably more after I run out of time to edit) Dude, whoever you are, if you're going to troll Dancer articles, register your sockpuppets in advance. Kids these days ...

I'm curious why Dancer keep being attacked.. It was recently attacked on http://cpanratings.perl.org/ as well (but those "ratings" have now been removed).

I'm guessing they've managed to annoy somebody with a very petty sense of humour. I've personally annoyed several, as the graphic at:

http://www.perlmonks.org/?node_id=902213

will attest.

It's sad, it's pointless, and I sincerely doubt it's going to stop anybody using Dancer. shrug

Re: Happy birthday Dancer - two years of the Perl Dancer web framework project

#12
Congrats! I use Dancer for a few projects since about one year and I’m very happy with it. Everybody who knows a little bit of Perl (or wants to learn some) should check it out and build some fun website/webapp with it :)

Edit: A few facts about why I’m happy to use it:

1) Dancer is well-documented and uses an easy syntax. You can get going pretty fast.

2) Dancer is a light-weight framework – you can make many choices by yourself (file/folder layout, templating, the way you want to implement controllers, …). It comes with reasonable defaults, though.

3) It integrates well with the whole Plack stack, so you can use any of the available middleware and/or write your own middleware easily.

4) Whenever I needed some feature which was not there, it was a matter of a few hours to implement an appropriate plugin. It’s quite extensible.

Post reply on HN