enlightened perl organisation

enlightened |en'litnd|: adjective:
having or showing a rational, modern, and well-informed outlook

  

Planet Perl Iron Man

Daily archive for Tuesday, 08 May 2012

< Younger posts | Older posts >
Chris Weyl (RSRCHBOY): Simulating multiple, lazy attributes
Lazy attributes are wonderful. They allow us to postpone generating attribute values for any number of reasons: it’s expensive and we don’t want to do it unless we need it, it should be initialized after instantiation because it depends o [...]
Jonathan Worthington (jnthn): Since the Hackathon…
Last time I got around to writing here was while I was at the Oslo Hackathon. It was a truly great event: hugely productive, a great deal of fun and a real motivation booster too. I’d like to again thank … Continue reading →
Jonathan Worthington (jnthn): Since the Hackathon…
Last time I got around to writing here was while I was at the Oslo Hackathon. It was a truly great event: hugely productive, a great deal of fun and a real motivation booster too. I’d like to again thank … Continue reading →
Sebastian Willing: Don’t use exec and database connections
Typical Perl scripts (and others running as CGI-scripts) run and exit once they’re done, but this isn’t very efficient with medium or high request counts. Persistent solutions like FCGI and ModPerl avoid the additional interpreter loading and compili [...]
perlcodesample: さくらVPSで始める「Perl + Mojolicious」Webアプリケーション開発(入門編) その1 始まり

 開発を始めてから、Webアプリケーションのデプロイまでを、一貫して扱った記事というのは、まだ存在していないので、少しづつ書いてみようと思います。

始まり始まり

 PHPやRuby on Railsの本はたくさんあって、それなりに充実しているので、Webアプリケーションを作りやすいというが、多くの人の実感ではないかなぁと思います。でも、アプリケーションのできばえについていえば、PerlでMojoliciousというフレームワークを使うと、かなりよい仕上がりになります。

でもアプリケーションを公開するまでの [...]

Caleb Cushing ( xenoterracide ): Perl Core Syntax Wishlist: an Exception Stack
I have come to wish many things were part of Perl syntax that are not, and no using external modules is not enough for me. I think it's time Perl got the features as part of the language itself (and yes I suppose I could settle for feature.pm, an [...]
Matt S. Trout (mst): On Not Being A Problem

You can be an ass but don't be an asshole - a HOWTO and WHYFORE guide.

< Younger posts | Older posts >