<div dir="ltr">I initially felt the same way when I read that, because I&#39;m a Perl guy, and I see Perl as being suitable for pretty much anything you want to do.   I assume that in considering &quot;suitability,&quot; Greg is considering things like &quot;how many of us are comfortable building and maintaining a website in a certain language.&quot;<div>

<br></div><div>The truth is that there&#39;s nothing unsuitable about any of the languages he mentioned for the task.  What he&#39;s really doing is using Perl for the part of the project that he wants to use Perl for, and Python for the part that he wants to use Python for.</div>

<div><br></div><div>Fortunately, Dancer is a really nice way to abstract away stuff that is most easily done in Perl, so it can be consumed by other languages doing other things.  Although I would certainly tell him that you can build the whole thing in Perl -- because you certainly can, I was also going to tell him that making a Dancer web service would be perfectly good solution as well.</div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Sep 2, 2013 at 6:41 PM, gvim <span dir="ltr">&lt;<a href="mailto:gvimrc@gmail.com" target="_blank">gvimrc@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On 23/08/2013 11:21, Greg Kempe wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
We&#39;re exploring two options:<br>
<br>
   1. use Dancer to build the entire website<br>
   2. use Dancer to power a thin REST API around the library and use another<br>
framework (eg. in Python) to build the rich website experience.<br>
</blockquote>
<br></div>
I don&#39;t quite understand how Python or Ruby is any better suited to creating a &quot;rich website experience&quot; than Perl. Front end is HTML, CSS and Javascript if you&#39;re using a REST API so using more than one server-side languaged doesn&#39;t make much sense to me.<span class="HOEnZb"><font color="#888888"><br>


<br>
gvim</font></span><div class="HOEnZb"><div class="h5"><br>
______________________________<u></u>_________________<br>
dancer-users mailing list<br>
<a href="mailto:dancer-users@dancer.pm" target="_blank">dancer-users@dancer.pm</a><br>
<a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" target="_blank">http://lists.preshweb.co.uk/<u></u>mailman/listinfo/dancer-users</a><br>
</div></div></blockquote></div><br></div>