<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sukria.net &#187; Dancer</title>
	<atom:link href="http://www.sukria.net/fr/archives/tag/dancer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sukria.net/fr</link>
	<description>I will press many keys on my keyboard causing an implementation to occur.</description>
	<lastBuildDate>Wed, 18 Jan 2012 17:11:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Dancer2 prototype</title>
		<link>http://www.sukria.net/fr/archives/2011/09/30/dancer2-prototype/</link>
		<comments>http://www.sukria.net/fr/archives/2011/09/30/dancer2-prototype/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 12:13:45 +0000</pubDate>
		<dc:creator>sukria</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Dancer]]></category>
		<category><![CDATA[dancer2]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.sukria.net/fr/?p=1731</guid>
		<description><![CDATA[Guardian of Unity Forerunner by Wessen I am very glad and proud to announce here that I&#8217;ve came up with a prototype of dancer2 that pleases me enough to be advertised. The source code was hosted on a private Git repo (kudos to Sawyer) but I&#8217;ve now decided to push it on GitHub. dancer2 is &#8230; <a href="http://www.sukria.net/fr/archives/2011/09/30/dancer2-prototype/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="alignright">
<img src="/fr/wp-content/uploads/2011/12/3240905176_f03d44550f_m.jpg" alt="Robot" title="Meet my new shiny toy!" width="220" height="144" class="illustration" />
<div class="caption"><a href="http://www.flickr.com/photos/weesen/3240905176/">Guardian of Unity Forerunner</a> by <a href="http://www.flickr.com/photos/weesen/">Wessen</a></div>
</div>
<p>I am very glad and proud to announce here that I&#8217;ve came up with a prototype of dancer2 that pleases me enough to be advertised.</p>
<p>The source code was hosted on a private Git repo (kudos to <a href="http://blogs.perl.org/users/sawyer_x/" title="SawyerX on blogs.perl.org">Sawyer</a>) but I&#8217;ve now decided to push it <a href="https://github.com/PerlDancer/Dancer2" title="dancer2 repo on GitHub">on GitHub</a>.</p>
<p>dancer2 is a complete rewrite of <a href="http://perldancer.org" title="Perl Dancer website">Dancer</a> aiming at providing the same awesomeness with the following major changes:</p>
<ul>
<li>no more globals in the core
</li>
<li>100% object-oriented backend (based on <a href="https://metacpan.org/module/Moo" title="Moo on MetaCPAN">Moo</a>)
</li>
<li>better scoping for sub-applications
</li>
<li>better design (no more encapsulation violations, <a href="http://en.wikipedia.org/wiki/Law_of_Demeter" title="Wikipedia article about the Law of Demeter">Law of Demeter</a>, &#8230;)
</li>
</ul>
<p>It&#8217;s not finished yet (dancer2 supports 80% of the Dancer&#8217;s DSL) but all the core is done. It&#8217;s well tested (around 80% of code coverage at this point) and I think the last 20% wont be hard to implement (session and serializer keywords mostly).</p>
<p>It&#8217;s able to run simple applications (it can run the PerlDancer.org<br />
website for instance).</p>
<p>Of course, with your real-life applications, chances are that it will break in many places, this is where you can help. I&#8217;d like to have as many reports as possible regarding upgrades tests.</p>
<p>You can test very easily your app with dancer2:</p>
<pre>
  $ git clone http://github.com/PerlDancer/Dancer2.git
  $ cd YOUR_APP
  $ perl -I../dancer2/lib bin/app.pl
</pre>
<p>
Also, important to know: most of the plugins may not be working well.
</p>
<p>Here are the next steps:</p>
<ul>
<li>Finish the DSL</li>
<li>Work on plugins backward compat</li>
<li>Write a &#8220;delta&#8221; POD (also list the deprecations)</li>
<li>Write a Dancer::BackwardCompat glue module for easier upgrades</li>
</ul>
<div id='teoShare' ><div id='teo2Google'>
		<!-- Place this tag where you want the +1 button to render -->
		<g:plusone size='tall' annotation='none'></g:plusone>

		<!-- Place this render call where appropriate -->
		<script type='text/javascript'>
		  (function() {
			var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
			po.src = 'https://apis.google.com/js/plusone.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
		  })();
		</script>
		</div><div id="teoTweet" >
		<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="sukria">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </div></div><div style="height:0px; width:0px; overflow:hidden;"><a href="http://www.zeitblog.com/?in=plugin">blog tools and plugins from www.zeitblog.com</a></div><p>Related posts:<ol>
<li><a href='http://www.sukria.net/fr/archives/2010/03/03/about-performances/' rel='bookmark' title='About performances'>About performances</a> <small>I recently focused on Dancer&#8217;s core with a single target...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2010/07/03/perl-dancer-meeting-1-report/' rel='bookmark' title='Perl Dancer meeting #1 report'>Perl Dancer meeting #1 report</a> <small>Here is my quick report of the first Dancer meeting...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sukria.net/fr/archives/2011/09/30/dancer2-prototype/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>FOSDEM 2011 report</title>
		<link>http://www.sukria.net/fr/archives/2011/02/06/fosdem-2011-report/</link>
		<comments>http://www.sukria.net/fr/archives/2011/02/06/fosdem-2011-report/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 21:42:33 +0000</pubDate>
		<dc:creator>sukria</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Dancer]]></category>
		<category><![CDATA[fosdem]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.sukria.net/fr/?p=1675</guid>
		<description><![CDATA[So this year I was to FOSDEM, and this was my first time. Wow. F*cking Wow! This event is awesome. There are so many hackers out there it&#8217;s just impressive, like 6000 or something&#8230; And it is Belgium, which means pretty awesome beers everywhere for a few euros. But well, I&#8217;m not here to speak &#8230; <a href="http://www.sukria.net/fr/archives/2011/02/06/fosdem-2011-report/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So this year I was to FOSDEM, and this was my first time. Wow. F*cking Wow!</p>
<p><img src="http://www.sukria.net/fr/wp-content/uploads/2011/02/fosdem.jpg" alt="FOSDEM hacker tools" title="Your laptop, a beer, some rainy atmosphear, lots of code. This is the spirit of FOSDEM." class="aligncenter size-full wp-image-1677" /></p>
<p>This event is awesome. There are so many hackers out there it&#8217;s just impressive, like 6000 or something&#8230; And it is Belgium, which means pretty awesome beers everywhere for a few euros. But well, I&#8217;m not here to speak about beers, am I?</p>
<p>From my perspective though, what was awesome was not FOSDEM itself, but the fact that it was the first time that four of  Dancer&#8217;s core-team developers met together, in real life. This was huge.</p>
<p>I was with Franck, Sawyer and Dams, and we processed *a lot* of stuff during FOSDEM. Sawyer already wrote <a href="http://blogs.perl.org/users/sawyer_x/2011/02/dancer-fosdem-fuel-first-report.html">a complete report of what we did saturday</a>, and I think he&#8217;s going to publish soon a report for today&#8217;s achievements.</p>
<p>What really makes me happy is that we have a pretty good energy in the core-team, everyone is motivated like hell and I can&#8217;t even realize all we did in 24 hours: all known bugs fixed, 7 pull request processed, every issues are classified and tagged (with a new policy) and we managed to release 1.3003 this afternoon with all the changes applied during our hack sessions. Productive isn&#8217;t it!</p>
<p>Sawyer did a talk about Dancer in the perl devroom, it was&#8230; well, I think it was one of the best talk I&#8217;ve seen so far, and I&#8217;m not saying that because it was about Dancer. He&#8217;s a really good speaker and had a very interesting slideshow. Dams told me during the talk: « You know what&#8217;s the best feature of Dancer? It&#8217;s Sawyer! ». Totally!</p>
<p>The room was crowded (there wasn&#8217;t enough seats for everyone), people laughed a lot, and Dancer sounded to be so exciting I felt like rediscovering my very own project. </p>
<p>The feeling of seing such a great talk performed about something you&#8217;ve created is really weird and fullfilling.</p>
<p>At the end of the day I did my talk about &#8220;The art of growing a Perl project&#8221;, it went fine (although I&#8217;d have liked to be more fluent) and someone came to me at the end and told me: « You know what, I have this project I wasn&#8217;t sure to release for a while, after your talk, I clearly want to! There&#8217;s no reason I should keep it for myself.». So I think what I wanted to say did make its way to someone ;)</p>
<p>After the talk someone from the Bulgarian Perl workshop asked me if I could come for giving a talk at their event at the end of the month. I&#8217;ll have to see if I can manage to do it, but that&#8217;s sounds difficult at first glance.</p>
<p>Anyways, such a great weekend we had. FOSDEM++ Belgium++</p>
<div id='teoShare' ><div id='teo2Google'>
		<!-- Place this tag where you want the +1 button to render -->
		<g:plusone size='tall' annotation='none'></g:plusone>

		<!-- Place this render call where appropriate -->
		<script type='text/javascript'>
		  (function() {
			var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
			po.src = 'https://apis.google.com/js/plusone.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
		  })();
		</script>
		</div><div id="teoTweet" >
		<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="sukria">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </div></div><div style="height:0px; width:0px; overflow:hidden;"><a href="http://www.zeitblog.com/?in=plugin">blog tools and plugins from www.zeitblog.com</a></div><p>Related posts:<ol>
<li><a href='http://www.sukria.net/fr/archives/2011/02/28/perl-bulgaria-2011-report/' rel='bookmark' title='Perl Bulgaria 2011 Report'>Perl Bulgaria 2011 Report</a> <small>This weekend I was invited to Bulgaria Perl Workshop that...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2011/01/28/what-about-some-news/' rel='bookmark' title='What about some news?'>What about some news?</a> <small>It&#8217;s been a long time since I&#8217;ve wrote something here,...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2010/06/12/french-perl-workshop-2010-report/' rel='bookmark' title='French Perl Workshop 2010 report'>French Perl Workshop 2010 report</a> <small>I&#8217;m just back from FPW 2010 and I want to...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sukria.net/fr/archives/2011/02/06/fosdem-2011-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What about some news?</title>
		<link>http://www.sukria.net/fr/archives/2011/01/28/what-about-some-news/</link>
		<comments>http://www.sukria.net/fr/archives/2011/01/28/what-about-some-news/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 11:16:50 +0000</pubDate>
		<dc:creator>sukria</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Dancer]]></category>
		<category><![CDATA[fosdem]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.sukria.net/fr/?p=1671</guid>
		<description><![CDATA[It&#8217;s been a long time since I&#8217;ve wrote something here, so here it is for a quick review of the news. PerlDancer has a new website, apparently it really looks to please people, and I&#8217;m very glad of that! Huge kudos go to Oxide who did all the artwork. His design is so cool, we &#8230; <a href="http://www.sukria.net/fr/archives/2011/01/28/what-about-some-news/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long time since I&#8217;ve wrote something here, so here it is for a quick review of the news.</p>
<p>PerlDancer has a <a href="http://perldancer.org">new website</a>, apparently it really <a href="http://twitter.com/#!/unickuity/status/30929426363457536">looks</a> to <a href="http://twitter.com/#!/marcusramberg/status/30924966983630848">please</a> <a href="http://twitter.com/#!/miyagawa/status/30928386264137728">people</a>, and I&#8217;m very glad of that! Huge kudos go to <a href="http://twitter.com/Oxide">Oxide</a> who did all the artwork. His design is so cool, we all love it!</p>
<p>I&#8217;m going to attend <a href="http://fosdem.org">FOSDEM</a> and am very happy to do so. Lots of Dancer developers will be there and we&#8217;ll have plenty of time for working on the project (well, if we don&#8217;t stay too long in the awesome pubs Brussels can provide!).</p>
<p>I&#8217;ll be in the <a href="http://fosdem.org/2011/schedule/track/perl_devroom">Perl devroom</a> on sunday, and will give <a href="http://fosdem.org/2011/schedule/event/code_release_market">a talk</a> about project management within the Perl community; it&#8217;s entitled &#8220;Code, Release, Market&#8221;. How one can grow a project successfuly is the topic I&#8217;ll try to cover. Of course, I&#8217;ll use the experience I had so far with <a href="http://perldancer.org">Dancer</a> to build the talk.</p>
<p>Well, what esle? Ho yes, Dave Rolsky pointed out that <a href="http://blog.urth.org/2011/01/changes-file-how-and-how-not-to.html">our Changelog format is pretty bad</a>, and well, he&#8217;s totally right! We&#8217;ll follow his advices and will now build our changelog in a better way.<br />
That&#8217;s already the case in the development branch, as <a href="https://github.com/sukria/Dancer/commit/00883503dbf25732b0d2c76b7eefd57f9a4788b7">you can see on GitHub</a>.</p>
<p>Well, that&#8217;s all for now, see you at FOSDEM!</p>
<p>Oh, and maybe, if the gods are with us, we&#8217;ll have T-shirts with us!</p>
<div id='teoShare' ><div id='teo2Google'>
		<!-- Place this tag where you want the +1 button to render -->
		<g:plusone size='tall' annotation='none'></g:plusone>

		<!-- Place this render call where appropriate -->
		<script type='text/javascript'>
		  (function() {
			var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
			po.src = 'https://apis.google.com/js/plusone.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
		  })();
		</script>
		</div><div id="teoTweet" >
		<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="sukria">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </div></div><div style="height:0px; width:0px; overflow:hidden;"><a href="http://www.zeitblog.com/?in=plugin">blog tools and plugins from www.zeitblog.com</a></div><p>Related posts:<ol>
<li><a href='http://www.sukria.net/fr/archives/2010/10/05/random-news/' rel='bookmark' title='Random news'>Random news</a> <small>It&#8217;s been a while since I last blogged here. All...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2011/02/06/fosdem-2011-report/' rel='bookmark' title='FOSDEM 2011 report'>FOSDEM 2011 report</a> <small>So this year I was to FOSDEM, and this was...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sukria.net/fr/archives/2011/01/28/what-about-some-news/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>OSDCfr 2010 slides for Dancer</title>
		<link>http://www.sukria.net/fr/archives/2010/10/22/osdcfr-2010-slides-for-dancer/</link>
		<comments>http://www.sukria.net/fr/archives/2010/10/22/osdcfr-2010-slides-for-dancer/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 10:48:39 +0000</pubDate>
		<dc:creator>sukria</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Dancer]]></category>
		<category><![CDATA[OSDCfr]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[slides]]></category>

		<guid isPermaLink="false">http://www.sukria.net/fr/?p=1653</guid>
		<description><![CDATA[I finnaly took the time to publish the (Broadway) slides of my OSDCfr 2010 talk about Dancer. Check them out, it&#8217;s Dancer powered! Tweet blog tools and plugins from www.zeitblog.comRelated posts: OSDCfr 2010 Wow. This year, OSDCfr was a pretty impressive event to... Dancer talk at French Perl Workshop 2010 For those who will be &#8230; <a href="http://www.sukria.net/fr/archives/2010/10/22/osdcfr-2010-slides-for-dancer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I finnaly took the time to publish the (<a href="http://github.com/sukria/Broadway">Broadway</a>) slides of my OSDCfr 2010 talk about Dancer.</p>
<p><a href="http://slides.perldancer.org">Check them out</a>, it&#8217;s Dancer powered!</p>
<div id='teoShare' ><div id='teo2Google'>
		<!-- Place this tag where you want the +1 button to render -->
		<g:plusone size='tall' annotation='none'></g:plusone>

		<!-- Place this render call where appropriate -->
		<script type='text/javascript'>
		  (function() {
			var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
			po.src = 'https://apis.google.com/js/plusone.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
		  })();
		</script>
		</div><div id="teoTweet" >
		<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="sukria">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </div></div><div style="height:0px; width:0px; overflow:hidden;"><a href="http://www.zeitblog.com/?in=plugin">blog tools and plugins from www.zeitblog.com</a></div><p>Related posts:<ol>
<li><a href='http://www.sukria.net/fr/archives/2010/10/11/osdcfr-2010/' rel='bookmark' title='OSDCfr 2010'>OSDCfr 2010</a> <small>Wow. This year, OSDCfr was a pretty impressive event to...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2010/04/14/dancer-talk-at-french-perl-workshop-2010/' rel='bookmark' title='Dancer talk at French Perl Workshop 2010'>Dancer talk at French Perl Workshop 2010</a> <small>For those who will be around Calais in June, I&#8217;ll...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2009/09/19/perl-dancer-0-9904-released/' rel='bookmark' title='Perl Dancer 0.9904 released'>Perl Dancer 0.9904 released</a> <small>I&#8217;ve just published a new version of Dancer. It&#8217;s basically...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sukria.net/fr/archives/2010/10/22/osdcfr-2010-slides-for-dancer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>OSDCfr 2010</title>
		<link>http://www.sukria.net/fr/archives/2010/10/11/osdcfr-2010/</link>
		<comments>http://www.sukria.net/fr/archives/2010/10/11/osdcfr-2010/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 17:00:28 +0000</pubDate>
		<dc:creator>sukria</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Conférence]]></category>
		<category><![CDATA[Dancer]]></category>
		<category><![CDATA[OSDCfr]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.sukria.net/fr/?p=1626</guid>
		<description><![CDATA[Wow. This year, OSDCfr was a pretty impressive event to stop by. There were many interesting people, such as Tom Preston-Werner &#8211; GitHub&#8216;s CTO &#8211; who did a talk about&#8230; well, git, surprinsigly. From my perspective, the event was even more exciting than I could expect, because I discussed a lot about Dancer, with many &#8230; <a href="http://www.sukria.net/fr/archives/2010/10/11/osdcfr-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="/fr/wp-content/uploads/2010/10/osdc.png" alt="OSDCfr 2010 logo" style="border: 1px solid #777; padding: 1px; margin: 1em; float: right;" /></p>
<p>Wow. This year, OSDCfr was a pretty impressive event to stop by. There were many interesting people, such as <a href="http://twitter.com/#!/mojombo">Tom Preston-Werner</a> &#8211; <a href="http://github.com">GitHub</a>&#8216;s CTO &#8211; who did a talk about&#8230; well, git, surprinsigly.</p>
<p>From my perspective, the event was even more exciting than I could expect, because I discussed <em>a lot</em> about <a href="http://perldancer.org">Dancer</a>, with many people. So I won&#8217;t cover the whole event in this blog entry, but I&#8217;ll focus on what happened around Dancer.</p>
<ul>
<li>Did my slideshow on saturday&#8217;s afternoon, it went pretty well. Everything was powered by <a href="http://github.com/sukria/Broadway/">Broadway</a>, a small Dancer app I wrote two days before as a proof of concept and as a good excuse to do a live demo. My trick went well, I did not say to anyone I was doing a demo until the slideshow was finished: &#8220;Want a live demo? Well, you already had one.&#8221; &#8211; Good <a href="http://en.wikipedia.org/wiki/Climax">climax</a> (and also, apparently a good way to <a href="http://twitter.com/#!/sukria/status/26859616947">counter Murphy&#8217;s law</a>). In less than 50 lines of Dancer, I have a working slideshow engine with an ajax-based remote controller on my Android phone. Someone who saw it running even told me: &#8220;man, you almost have rewrote Apple&#8217;s Keynote software with Dancer!&#8221;. Cool time.
</li>
<li>Spoke with <a href="http://blogs.perl.org/users/martin_berends/">Martin Berends</a> who is working on Perl 6 and wants to port Dancer. Martin told me he now has a working <a href="http://plackperl.org">PSGI</a>-aware HTTP server for Perl 6 (this is awesome!) and he will now be able to start hacking on the very first step to have Dancer in Perl 6 : the ability to define a route over PSGI, with Dancer&#8217;s sugar. During lunchtime, we discussed a bit about how to track memory leaks in Perl (we did find one recently in Dancer and were looking for advices, see below).
</li>
<li>Did a small hackaton with <a href="http://lumberjaph.net/">Franck</a> after the lunch, we were focused on finding where the memory leak came from. We actually did! It&#8217;s an <code>auto_reload</code> bug (so it only appears when you start your Dancer app in the development environment with <code>auto_reload</code> set). I was already planning to drop the auto_reload feature, had pretty good reasons to do so, and now, I have just the proof maintaining it is just a pain in the ass. No need to wonder why the Sinatra team <a href="http://www.sinatrarb.com/faq.html#reloading">also decided</a> to drop that kind of feature from their core. We&#8217;ll make a plugin for those who want to still use it, but definitely won&#8217;t maintain it in the core.
</li>
<li>Seen Nicolas Rennert&#8217;s talk about Hash-tables alogrithms and thoughts about how to parse a tree, the fast way. This made me think we could refactor the way Dancer parses its route tree, and maybe implement that as a vritual class (the same way we do for template, session or logger engines) in order to be able to switch from one route resolver to another</li>
<li>Talked a bit with Philippe Bruhat about his project to write a tool to freeze a Dancer website. Basically, you have a local Dancer app, you run the magic script he has in mind and you get a static website you can just upload somewhere. His idea is interesting and I&#8217;m looking forward to see it. Apparently, this will be named <a href="http://www.urbandictionary.com/define.php?term=wallflower">WallFlower</a> Pretty good name for a static dancer ;)
</li>
<li>Did a lightning talk with Franck about Jitterbug, our small continuous-integration tool for Perl project hosted on GitHub. Went pretty fast (we spoke about <a href="http://search.cpan.org/~gugod/App-perlbrew-0.10/lib/App/perlbrew.pm">perlbrew</a>, <a href="http://search.cpan.org/~miyagawa/App-cpanminus-1.0015/lib/App/cpanminus.pm">cpanminus</a>, GitHub web hooks and Dancer, in less than 5 minutes!) not sure if everyone understood what it was about ;)
</li>
<li>At the end of the conference, did an interview about Dancer with Franck and Philippe Bruhat, for &#8220;Linux Magazine France&#8221;. More than 40 minutes of live discussion are recorded, Philippe should do a transcript soon. It was really interesting to do, it&#8217;s a great overview of the project, I&#8217;m sure the paper will be exciting to read.
</li>
<li>Spoke with some guys of the French Perl Foundation, they offered to sponsor our merchandising needs (basically the T-shirts print costs could be covered by the foundation). They find that Dancer is a good project and deserve their support. That&#8217;s great news! I&#8217;m honoured :)
</li>
</ul>
<p><img src="/fr/wp-content/uploads/2010/10/planning.png" alt="Talk Schedule" style="border: 1px solid #777; padding: 1px; margin: 1em;" /></p>
<div id='teoShare' ><div id='teo2Google'>
		<!-- Place this tag where you want the +1 button to render -->
		<g:plusone size='tall' annotation='none'></g:plusone>

		<!-- Place this render call where appropriate -->
		<script type='text/javascript'>
		  (function() {
			var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
			po.src = 'https://apis.google.com/js/plusone.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
		  })();
		</script>
		</div><div id="teoTweet" >
		<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="sukria">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </div></div><div style="height:0px; width:0px; overflow:hidden;"><a href="http://www.zeitblog.com/?in=plugin">blog tools and plugins from www.zeitblog.com</a></div><p>Related posts:<ol>
<li><a href='http://www.sukria.net/fr/archives/2010/10/22/osdcfr-2010-slides-for-dancer/' rel='bookmark' title='OSDCfr 2010 slides for Dancer'>OSDCfr 2010 slides for Dancer</a> <small>I finnaly took the time to publish the (Broadway) slides...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2010/06/12/french-perl-workshop-2010-report/' rel='bookmark' title='French Perl Workshop 2010 report'>French Perl Workshop 2010 report</a> <small>I&#8217;m just back from FPW 2010 and I want to...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2010/04/14/dancer-talk-at-french-perl-workshop-2010/' rel='bookmark' title='Dancer talk at French Perl Workshop 2010'>Dancer talk at French Perl Workshop 2010</a> <small>For those who will be around Calais in June, I&#8217;ll...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sukria.net/fr/archives/2010/10/11/osdcfr-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random news</title>
		<link>http://www.sukria.net/fr/archives/2010/10/05/random-news/</link>
		<comments>http://www.sukria.net/fr/archives/2010/10/05/random-news/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 10:28:12 +0000</pubDate>
		<dc:creator>sukria</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Dancer]]></category>
		<category><![CDATA[OSDC]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.sukria.net/fr/?p=1614</guid>
		<description><![CDATA[It&#8217;s been a while since I last blogged here. All is Twitter&#8217;s fault! It&#8217;s so dumb-easy to spread your news items with Twitter I&#8217;ve kinda lost the energy and the motivation to write longer and better-organized blog-entries. But well, there are at least a couple of things I&#8217;d like to share, So here it is, &#8230; <a href="http://www.sukria.net/fr/archives/2010/10/05/random-news/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I last blogged here. All is <a href="http://twitter.com/sukria">Twitter&#8217;s fault</a>! It&#8217;s so dumb-easy to spread your news items with Twitter I&#8217;ve kinda lost the energy and the motivation to write longer and better-organized blog-entries.</p>
<p>But well, there are at least a couple of things I&#8217;d like to share, So here it is, in a random order:</p>
<ul>
<li><a href="http://ana.im/press/2010/09/in-with-the-new-dancer-emerges/">I&#8217;ve been interviewed</a> by the website &#8220;Al Newkirk &#038; Associates&#8221; about <a href="http://perldancer.org">Perl Dancer</a>. It&#8217;s been an interesting experience to answer questions about the genesis of the project and to overview all what happened since the project started in summer 2009. Oh, and the credit for the photograph goes to <a href="http://benmur.net">Rached Ben Mustapha</a> (check out his <a href="http://www.flickr.com/people/benmur/">gorgeous Flickr account</a>), I hope he doesn&#8217;t mind I chose this one, but it was the less bad-looking picture of myself I had in stock.</li>
<li>
There is OSDC 2010 this weekend, the conference that will be held at &#8220;Carrefour Numérique, La Cité des Sciences et de l&#8217;Industrie&#8221;, in Paris will gather cross-language communities. <a href="http://ana.im/press/2010/09/in-with-the-new-dancer-emerges/">Check out the schedule</a>, it&#8217;s pretty rich and I&#8217;m sure this will be a very pleasant event to stop by. As you may guess, <a href="http://act.osdc.fr/osdc2010fr/talk/3013">I&#8217;ll speak about Perl Dancer</a>.
</li>
<li>
Dancer&#8217;s development continues to go on, we&#8217;re in the process of preparing the 1.2 release. It&#8217;s really exciting. Bug fixing, documentation updates and packaging issues can be fun! Expect the next CPAN releases to be tagged &#8220;DEVELOPER&#8221; for the next stable one will be 1.2000!
</li>
<li>
A couple of individuals and companies contacted me to know if it was possible to donate to the Dancer project. Looks like some people are interested in contributing in the project that way. We&#8217;re not against that by principle and could use that money in several useful ways for Dancer: merchandising stuff (yes, there will be T-shirts for the 1.2 release), travel costs for Perl conferences, VPS hosting, etc. We&#8217;ve opened a <a href="http://pledgie.com/campaigns/13589">GitHub/Pledgie campaign</a>, so if you want to support us, you know where to go ;)</p>
</li>
</ul>
<p>PS: yes, it&#8217;s basically a digest of my last tweets, maybe I should write something to automate that ;)</p>
<div id='teoShare' ><div id='teo2Google'>
		<!-- Place this tag where you want the +1 button to render -->
		<g:plusone size='tall' annotation='none'></g:plusone>

		<!-- Place this render call where appropriate -->
		<script type='text/javascript'>
		  (function() {
			var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
			po.src = 'https://apis.google.com/js/plusone.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
		  })();
		</script>
		</div><div id="teoTweet" >
		<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="sukria">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </div></div><div style="height:0px; width:0px; overflow:hidden;"><a href="http://www.zeitblog.com/?in=plugin">blog tools and plugins from www.zeitblog.com</a></div><p>Related posts:<ol>
<li><a href='http://www.sukria.net/fr/archives/2011/01/28/what-about-some-news/' rel='bookmark' title='What about some news?'>What about some news?</a> <small>It&#8217;s been a long time since I&#8217;ve wrote something here,...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2010/03/07/dancer-1-160-released/' rel='bookmark' title='Dancer 1.160 released'>Dancer 1.160 released</a> <small>A new version of Dancer has been published to CPAN...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2011/02/06/fosdem-2011-report/' rel='bookmark' title='FOSDEM 2011 report'>FOSDEM 2011 report</a> <small>So this year I was to FOSDEM, and this was...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sukria.net/fr/archives/2010/10/05/random-news/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dancer Q&amp;A Hackaton</title>
		<link>http://www.sukria.net/fr/archives/2010/08/06/dancer-qa-hackaton/</link>
		<comments>http://www.sukria.net/fr/archives/2010/08/06/dancer-qa-hackaton/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 13:46:23 +0000</pubDate>
		<dc:creator>sukria</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Dancer]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.sukria.net/fr/?p=1599</guid>
		<description><![CDATA[For your information, a Dancer hackaton is scheduled on the 14th of august (saturday) in order to help the team on different topics: Test the devel branch (which provides a new core and new features) Improve the documentation Improve the test coverage and reach 1k tests (we have 977 so it shouldn&#8217;t be difficult ;) &#8230; <a href="http://www.sukria.net/fr/archives/2010/08/06/dancer-qa-hackaton/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For your information, a Dancer hackaton is scheduled on the 14th of august (saturday) in order to help the team on different topics:</p>
<ul>
<li>Test the devel branch (which provides a new core and new features)</li>
<li>Improve the documentation</li>
<li>Improve the test coverage and reach 1k tests (we have 977 so it shouldn&#8217;t be difficult ;)</li>
</ul>
<p>If you like Dancer and want to help, feel free to join us, this will hapen on irc.perl.org, chan ♯dancer, see you there!</p>
<p>Happy dancing.</p>
<div id='teoShare' ><div id='teo2Google'>
		<!-- Place this tag where you want the +1 button to render -->
		<g:plusone size='tall' annotation='none'></g:plusone>

		<!-- Place this render call where appropriate -->
		<script type='text/javascript'>
		  (function() {
			var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
			po.src = 'https://apis.google.com/js/plusone.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
		  })();
		</script>
		</div><div id="teoTweet" >
		<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="sukria">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </div></div><div style="height:0px; width:0px; overflow:hidden;"><a href="http://www.zeitblog.com/?in=plugin">blog tools and plugins from www.zeitblog.com</a></div><p>Related posts:<ol>
<li><a href='http://www.sukria.net/fr/archives/2009/09/19/perl-dancer-0-9904-released/' rel='bookmark' title='Perl Dancer 0.9904 released'>Perl Dancer 0.9904 released</a> <small>I&#8217;ve just published a new version of Dancer. It&#8217;s basically...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2010/01/06/dancer-1-100-released/' rel='bookmark' title='Dancer 1.100 released'>Dancer 1.100 released</a> <small>A new version of Dancer has just been published on...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2010/01/11/using-plack-to-run-a-dancer-app-under-a-cgi-environment/' rel='bookmark' title='Using Plack to run a Dancer app under a CGI environment'>Using Plack to run a Dancer app under a CGI environment</a> <small>Sawyer X on blogs.perl.org recently wondered how one could run...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sukria.net/fr/archives/2010/08/06/dancer-qa-hackaton/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dancer, global thoughts about our philosophy</title>
		<link>http://www.sukria.net/fr/archives/2010/07/09/dancer-global-thoughts-about-our-philosophy/</link>
		<comments>http://www.sukria.net/fr/archives/2010/07/09/dancer-global-thoughts-about-our-philosophy/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 13:40:39 +0000</pubDate>
		<dc:creator>sukria</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Dancer]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Philosophy]]></category>

		<guid isPermaLink="false">http://www.sukria.net/fr/?p=1567</guid>
		<description><![CDATA[If you follow Perl5 blogs you may have been aware that Dancer was put under the spotlight recently (even if that spotlight was meant to be showing the weak points of Dancer, it was still an enlightenment). I&#8217;m going to use that event as an opportunity to give my point of view on Dancer, this &#8230; <a href="http://www.sukria.net/fr/archives/2010/07/09/dancer-global-thoughts-about-our-philosophy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you follow Perl5 blogs you may have been aware that Dancer was put under the spotlight recently (even if that spotlight was meant to be showing the weak points of Dancer, it was still an enlightenment).</p>
<p>I&#8217;m going to use that event as an opportunity to give my point of view on Dancer, this entry will be a reference for exposing the philosophy of the project. </p>
<p><strong>1. Is Dancer a port of Sinatra ?</strong></p>
<p>No. It clearly isn&#8217;t. It&#8217;s written quite everywhere in the documentation that Dancer was <em>inspired</em> by Sinatra. But the project clearly took its own path. </p>
<p>Don&#8217;t expect Dancer to be a Perl 5 clone of Sinatra, it isn&#8217;t and will never be. Dancer is a micro-framework, based on the concept introduced by Sinatra. But it provides features of its own, may do things differently and address other issues than Sinatra.</p>
<p>That being said, Sinatra has been a huge source of inspiration.</p>
<p><strong>2. How is Dancer being developed?</strong></p>
<p>Dancer quickly attracted lots of users. Lots of feedback received mentioned &#8220;a feeling a fresh air thrown in Perl5&#8243; and we are very glad to see such support from our users. We give a lot of attention to users, we take every suggestion seriously and most of the time, a feature is added because the community itself agreed on the concept.</p>
<p>Dancer is clearly community-driven. As the project-leader, I make decisions when there is some kind of hesitation, but as long as an idea makes sense, I don&#8217;t see why I should refuse it.</p>
<p>Dancer is a young project: it&#8217;s going to be one year old in august, so we&#8217;re aware the code isn&#8217;t perfect. That&#8217;s why most of our energy is spent in refactoring and bug-fixing. The only priority for me is to release Dancer 1.2 which should be a rock-solid release.</p>
<p>Our code base is very well tested (we have near 1k tests, about 90% of code-coverage). </p>
<p>We are very pleased with the feature-set, our users don’t stop telling us they’re very happy with Dancer, and actually enjoy working with it. This is the best thing that can happen when you do free software: seeing that your work is enjoyed by others).<br />
So, our priority is to make the whole thing robust and well-designed.</p>
<p>Once we have something like that, Dancer 1.2 will be out. And the beer will flow all the night. Yay.</p>
<p><strong>3. How are planned the new features?</strong></p>
<p>One of the attacks was about the fact we <em>stole</em> features from another framework, so I understand people can start thinking this is true. </p>
<p>Of course it&#8217;s not. And if it was, I would undestand that as a greeting to the related framework, anyways.</p>
<p>As I said in the section above, we plan our development mostly according to our user requests. Almost all of the issues reported on our tracker originate from our community.</p>
<p>Of course, when a good thing happens somewhere, we may start paying attention to it, like websockets. Some of our users asked for websocket support and we started investigating. I now understand it may look like we started <em>stealing code</em> (what does &#8220;stealing&#8221; mean if the code is public anyways?) but we&#8217;re not, we&#8217;re following our users, as we always did.</p>
<p><strong>4. What&#8217;s Dancer philosophy regarding other Perl 5 frameworks?</strong></p>
<p>We are definitely Perl lovers. That means we truly think that <em>there is more than one way to do it</em>. Dancer is one way to go. If you don’t choose that way, that’s perfectly understandable, maybe it lacks a feature you have in another framework, maybe you don&#8217;t like Dancer&#8217;s syntax, whatever the reason, we understand we can&#8217;t be the only way to go.</p>
<p>But we know, on the other hand, that Dancer addresses one way to do web development, and it clearly looks like lots of people like that way.</p>
<p>We think that having many frameworks out there is a good thing for Perl 5, and a sign of vitality of the language. We want nothing more than a peaceful cohabition between Perl 5 frameworks. That&#8217;s why we don&#8217;t think that attacking another framework is a smart thing to do, we don&#8217;t see why we should be aggressive if we&#8217;re pleased with our project.</p>
<p>We do think that friendly competition is better and let good ideas flow between different implementations.</p>
<p>Let me end this article with Tolkien, in a poetic way:</p>
<blockquote><p>
Three Frameworks for the Elven-kings under the sky,<br />
Seven for the Dwarf-lords in their halls of stone,<br />
Nine for Mortal Men doomed to die,<br />
One for the Dark Lord on his dark throne<br />
In the Land of Mordor where the Shadows lie.</p>
<p>One Language to rule them all, One CPAN to find them,<br />
One PSGI to bring them all and in Plack bind them
</p></blockquote>
<p>Don&#8217;t forget, enjoy your code. Whatever happens.</p>
<div id='teoShare' ><div id='teo2Google'>
		<!-- Place this tag where you want the +1 button to render -->
		<g:plusone size='tall' annotation='none'></g:plusone>

		<!-- Place this render call where appropriate -->
		<script type='text/javascript'>
		  (function() {
			var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
			po.src = 'https://apis.google.com/js/plusone.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
		  })();
		</script>
		</div><div id="teoTweet" >
		<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="sukria">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </div></div><div style="height:0px; width:0px; overflow:hidden;"><a href="http://www.zeitblog.com/?in=plugin">blog tools and plugins from www.zeitblog.com</a></div><p>Related posts:<ol>
<li><a href='http://www.sukria.net/fr/archives/2010/07/03/perl-dancer-meeting-1-report/' rel='bookmark' title='Perl Dancer meeting #1 report'>Perl Dancer meeting #1 report</a> <small>Here is my quick report of the first Dancer meeting...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2009/11/20/dancer-1-000-is-out/' rel='bookmark' title='Dancer 1.000 is out!'>Dancer 1.000 is out!</a> <small>Well, here it is, after five months of development, Dancer...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2010/03/19/let-the-dancer-rest/' rel='bookmark' title='Let the dancer rest!'>Let the dancer rest!</a> <small>Ok, forgive me for that easy wordplay, I haven&#8217;t take...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sukria.net/fr/archives/2010/07/09/dancer-global-thoughts-about-our-philosophy/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Perl Dancer meeting #1 report</title>
		<link>http://www.sukria.net/fr/archives/2010/07/03/perl-dancer-meeting-1-report/</link>
		<comments>http://www.sukria.net/fr/archives/2010/07/03/perl-dancer-meeting-1-report/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 12:16:41 +0000</pubDate>
		<dc:creator>sukria</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Dancer]]></category>
		<category><![CDATA[Meeting]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.sukria.net/fr/?p=1555</guid>
		<description><![CDATA[Here is my quick report of the first Dancer meeting that took place last thursday in Paris. We started the meeting by demonstrating how Dancer and Plack middlewares can be powerful and easy-to-use. We did a live demo of a scaffolded Dancer app configured to run with Plack::Middleware::Debug. That was neat. Just editing the config &#8230; <a href="http://www.sukria.net/fr/archives/2010/07/03/perl-dancer-meeting-1-report/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here is my quick report of the first Dancer meeting that took place last thursday in Paris.</p>
<ul>
<li>We started the meeting by demonstrating how Dancer and Plack middlewares can be powerful and easy-to-use. We did a live demo of a scaffolded Dancer app configured to run with <a href="http://search.cpan.org/dist/Plack-Middleware-Debug/">Plack::Middleware::Debug</a>. That was neat. Just editing the config file allows you to enable and disable middlewares, you don&#8217;t even need to know about <a href="http://search.cpan.org/~miyagawa/Plack-0.9940/lib/Plack/Builder.pm">Plack::Builder</a>, Dancer does all the black-magick for you. I ended the demo by showing how to get all your logging messages in your Firebug console thanks to <a href="http://search.cpan.org/dist/Plack-Middleware-ConsoleLogger/">Plack::Middleware::ConsoleLogger</a> and <a href="http://search.cpan.org/dist/Dancer-Logger-PSGI/">Dancer::Logger::PSGI</a>. That was a piece of cake:
<ol>
<li><code>$ sudo cpanm Plack::Middleware::ConsoleLogger Dancer::Logger::PSGI</code></li>
<li>in config.yml :
<pre>
logger: "PSGI"
plack_middlewares:
  - ConsoleLogger:
</pre>
</li>
<li>restart the app with plackup</li>
</ol>
<p>And that was it. Impressive :)
</li>
<li>We talked about the implications of supporting mountable Dancer applications inside Dancer&#8217;s core, in order to fix the <a href="http://github.com/sukria/Dancer/issues#issue/82">whishlist item #82</a>. We all agree on the fact that this would allow lots of good things (like generic reusable application bricks); but the rewrite needed is massive. We may wait for 1.2 to be released before starting wroking on that.</li>
<li>We plan to write three articles for &#8220;Linux Magazine France&#8221;. The money earned by those articles will be spent in a pro GitHub account. The first article to be written is an introduction to Dancer, the second one should present PSGI/Plack and the third would explain how to use Dancer with Plack middlewares.
</li>
<li>
Franck plans to work on an asynchronous handler so Dancer can be non-blocking. This would allow support for websockets.
</li>
</ul>
<p>Next meeting will probably occur in september as we may be very few in Paris during august.</p>
<div id='teoShare' ><div id='teo2Google'>
		<!-- Place this tag where you want the +1 button to render -->
		<g:plusone size='tall' annotation='none'></g:plusone>

		<!-- Place this render call where appropriate -->
		<script type='text/javascript'>
		  (function() {
			var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
			po.src = 'https://apis.google.com/js/plusone.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
		  })();
		</script>
		</div><div id="teoTweet" >
		<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="sukria">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </div></div><div style="height:0px; width:0px; overflow:hidden;"><a href="http://www.zeitblog.com/?in=plugin">blog tools and plugins from www.zeitblog.com</a></div><p>Related posts:<ol>
<li><a href='http://www.sukria.net/fr/archives/2010/07/01/perl-dancer-meeting-1/' rel='bookmark' title='Perl Dancer meeting #1'>Perl Dancer meeting #1</a> <small>As explained on the mailing list, we had the idea...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2010/06/12/french-perl-workshop-2010-report/' rel='bookmark' title='French Perl Workshop 2010 report'>French Perl Workshop 2010 report</a> <small>I&#8217;m just back from FPW 2010 and I want to...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2009/09/19/perl-dancer-0-9904-released/' rel='bookmark' title='Perl Dancer 0.9904 released'>Perl Dancer 0.9904 released</a> <small>I&#8217;ve just published a new version of Dancer. It&#8217;s basically...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sukria.net/fr/archives/2010/07/03/perl-dancer-meeting-1-report/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Perl Dancer meeting #1</title>
		<link>http://www.sukria.net/fr/archives/2010/07/01/perl-dancer-meeting-1/</link>
		<comments>http://www.sukria.net/fr/archives/2010/07/01/perl-dancer-meeting-1/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 16:44:33 +0000</pubDate>
		<dc:creator>sukria</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Dancer]]></category>
		<category><![CDATA[Meeting]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.sukria.net/fr/?p=1548</guid>
		<description><![CDATA[As explained on the mailing list, we had the idea to schedule a monthly meeting in Paris for people interested in Dancer&#8217;s development (users are welcome as well, of course). The first meeting takes place this evening, in order not to come with empty hands, I&#8217;ll write down here a list of topics I&#8217;d like &#8230; <a href="http://www.sukria.net/fr/archives/2010/07/01/perl-dancer-meeting-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As explained on the mailing list, <a href="http://lists.perldancer.org/pipermail/dancer-users/2010-June/000164.html">we had the idea to schedule a monthly meeting</a> in Paris for people interested in Dancer&#8217;s development (users are welcome as well, of course).</p>
<p>The first meeting takes place this evening, in order not to come with empty hands, I&#8217;ll write down here a list of topics I&#8217;d like to discuss with the team:</p>
<ul>
<li>&#8220;Linux Mag&#8221; articles : Franck and I have planed to write a serie of three articles about Dancer and Plack for the french &#8220;Linux Magazine&#8221;. I already have a first draft of  the first article
</li>
<li>Dancer 1.2 release : discussions about plans, key-feature, and maybe a timeline for the next major release of Dancer.</li>
<li>What about the mountable feature ? A recent <a href="http://github.com/sukria/Dancer/issues#issue/82">whishlist item</a> was posted to our issue tracker, the idea is pretty interesting, but implies a major rewrite of Dancer&#8217;s internals. Should we open a new branch where Dancer&#8217;s core willm be basically rewritten?</li>
</ul>
<ul>
<p>Stay tuned for the report&#8230;</ul>
<div id='teoShare' ><div id='teo2Google'>
		<!-- Place this tag where you want the +1 button to render -->
		<g:plusone size='tall' annotation='none'></g:plusone>

		<!-- Place this render call where appropriate -->
		<script type='text/javascript'>
		  (function() {
			var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
			po.src = 'https://apis.google.com/js/plusone.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
		  })();
		</script>
		</div><div id="teoTweet" >
		<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="sukria">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </div></div><div style="height:0px; width:0px; overflow:hidden;"><a href="http://www.zeitblog.com/?in=plugin">blog tools and plugins from www.zeitblog.com</a></div><p>Related posts:<ol>
<li><a href='http://www.sukria.net/fr/archives/2010/07/03/perl-dancer-meeting-1-report/' rel='bookmark' title='Perl Dancer meeting #1 report'>Perl Dancer meeting #1 report</a> <small>Here is my quick report of the first Dancer meeting...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2009/09/19/perl-dancer-0-9904-released/' rel='bookmark' title='Perl Dancer 0.9904 released'>Perl Dancer 0.9904 released</a> <small>I&#8217;ve just published a new version of Dancer. It&#8217;s basically...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2010/05/18/dancer-1-18-released/' rel='bookmark' title='Dancer 1.18 released'>Dancer 1.18 released</a> <small>I&#8217;m glad to announce a new major release of Dancer,...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sukria.net/fr/archives/2010/07/01/perl-dancer-meeting-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

