Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Submission Summary: 0 pending, 1 declined, 3 accepted (4 total, 75.00% accepted)

Submission + - Mojolicious 5.0: The Very Modern Perl Web Framework (kraih.com) 1

Kvorg writes: Back in 2012 Slashdot noticed how a the time of Perl 5.16 the modern Perl projects, including Mojolicious, form a new and expanding movement of a Perl Renaissance. With Perl 5.20 and Mojolicious 5.0, the Modern Perl Renaissance is ever more striking.

Faster, neater, sharper with its asynchronious APIs, Mojolicious is the modern age swiss-army toolchest in your pocket, and it cuts it beyond the web, too. It is extremely flexible with its advanced request routing, plugin system, perl templating and hook API. But its adherence to the modern interfaces and standards and its implementation of advanced features in support tools, DOM and CSS selectors makes it a joy to program with.

Mojolicious with its filosophy of optimized code-generation (think metaprogramming), enabled-by-default support for endcodings and UTF-8, zero dependency deployment with wide support for existing CPAN packages, zero downtime restarts and fully tested implementations remind us of how fun and flexible programming in scripting langauges use to be. Of course, integrated documentation and a very supportive bundled development server don't hurt, either.

The new Perl release with new postfix dereference syntax, subroutine signatures, new slice syntax and numerous optimizations makes it all even more fun.

Submission + - Mojolicious 2.0: Modern Perl for the Web (kraih.com) 3

Kvorg writes: After a year of rapid development, newly released version 2.0 of Mojolicious, the new generation real-time Perl web framework written by Sebastian Riedel and many others, offers a versatile and elegant web framework that is as good at web scraping and simple scripts as it is at building complex, interactive real-time applications with HTML5 and websockets. It supports easy 0-dependency installs, excellent developer mode, multiple deployment scenarios, many CPAN modules and plugins.

Slashdot Top Deals

What's the difference between a computer salesman and a used car salesman? A used car salesman knows when he's lying.

Working...