by jdefelice on 11/16/22, 12:36 PM with 65 comments
by petesergeant on 11/18/22, 8:20 AM
At the short stint I did at the Beeb I spent a lot of time doing code for date maths using SSI and Perl before they decided to completely rewrite what we were doing in Flash.
Perl is a great language, and Catalyst and Mojolicious are rock solid, as is DBIx::Class. I work all day with TypeScript now, but I miss working with Perl.
by mmaunder on 11/18/22, 7:11 AM
BBC did have non static Perl applications so this whole thing is a false premise. They wanted to build a framework.
In 2007 Perl had thousands of MVC frameworks in CPAN. The idea that the solution to static file hosting is to build yet another MVC framework is absurd. They did and were surprised Perl is fast. Yeah. It always was. And they reinvented the wheel.
by blop on 11/18/22, 1:13 PM
I don't think there are any other scripting languages that allow you to write very concise one-liners that can do very complex things. That's also where perl got its bad reputation from, but it's more a discipline issue than a language problem. I always rewrote my explorative one-liners more cleanly when I committed them to a final program, but nothing forces you to do it like python does.
by rvieira on 11/18/22, 8:36 AM
by hestefisk on 11/18/22, 1:07 PM
by tiffanyh on 11/18/22, 7:33 PM
I still crack up about this. Context is that in the early days of Rails, they did a lot of screencast showing how easy it was to create a blog and tons of code was generated for you making seem like with just a few commands you could create anything.
by jamesfinlayson on 11/18/22, 6:35 AM
by _dan on 11/18/22, 12:34 PM
by that_guy_iain on 11/18/22, 12:51 PM
by stevebmark on 11/18/22, 7:44 AM