Re: perl6 for web development

2019-09-30 Thread William Michels via perl6-users
Hi, thought I'd chime in here with a good starting point: the modules.perl6.org website. You can search for 'http' or 'web' or 'server', which gives you more results that you might find by using tags: (60 results) https://modules.perl6.org/search/?q=http (44 results) https://modules.perl6.org/sear

Re: perl6 for web development

2019-09-30 Thread Patrick Spek via perl6-users
It's a library for making a web application. One could also make a framework out of it, if they wished to do so. Jonathan has made this distinction in the past, referring to Cro as a library explicitly, as opposed to a framework, as a framework is (usually) highly opinionated. Cro is not. That sa

Re: perl6 for web development

2019-09-29 Thread Veesh Goldman
No, it's a web framework. On Sun, Sep 29, 2019, 14:33 星沉 wrote: > On 2019/9/29 7:23 下午, Laurent Rosenfeld wrote: > > you probably want to take a look at Cro. > > hello, > > is this the replacement to perl5's coro? > > regards. >

Re: perl6 for web development

2019-09-29 Thread 星沉
On 2019/9/29 7:23 下午, Laurent Rosenfeld wrote: you probably want to take a look at Cro. hello, is this the replacement to perl5's coro? regards.

Re: perl6 for web development

2019-09-29 Thread Laurent Rosenfeld via perl6-users
Hi, you probably want to take a look at Cro. Cheers, Laurent. Le dim. 29 sept. 2019 à 11:37, 星沉 a écrit : > Hello, > > I have been learning perl6 for some days. > I want to switch to the actual project using perl6. > Is there any book/guide for web development with per