Re: Practical Raku projects

2020-12-25 Thread Ralph Mellor
Have you tried:
```
use DBIx::Class:from;
```
?

On Thu, Dec 24, 2020 at 11:24 AM Matthias Peng  wrote:
>
> Do you know if there is any for Perl6’s DBIx::Class the ORM library? Regards
>
>>
>> Hi,
>>
>> El jue, 24 dic 2020 a las 3:55, Matthias Peng () 
>> escribió:
>>>
>>> May I ask if there is any practical perl6 project running? For example, 
>>> homebrew by ruby, k8s by go, flask by python etc.
>>
>>
>> I doubt there's any perl6 practical project _now_. There are a few practical 
>> Raku projects, however, and they are big. For instance, Cro is much better 
>> than Flask will ever be: its way of handling routes, templates, and the fact 
>> that it's concurrent, puts it in another level. There's no docker or k8s... 
>> yet. But just you wait..
>>
>> Cheers
>> --
>> JJ


Re: Practical Raku projects

2020-12-24 Thread Matthias Peng
Happy holidays JJ & everyone.
Regards


> Yep, there's DBIish, which is fine and works pretty well. There's also a
> fabulous ORM, Red, very Rakuish, also working like a charm.
>
> Cheers
>
> El jue, 24 dic 2020 a las 12:24, Matthias Peng ()
> escribió:
>
>> Do you know if there is any for Perl6’s DBIx::Class the ORM library?
>> Regards
>>
>>
>>> Hi,
>>>
>>> El jue, 24 dic 2020 a las 3:55, Matthias Peng ()
>>> escribió:
>>>
 May I ask if there is any practical perl6 project running? For example,
 homebrew by ruby, k8s by go, flask by python etc.

>>>
>>> I doubt there's any perl6 practical project _now_. There are a few
>>> practical Raku projects, however, and they are big. For instance, Cro is
>>> much better than Flask will ever be: its way of handling routes, templates,
>>> and the fact that it's concurrent, puts it in another level. There's no
>>> docker or k8s... yet. But just you wait..
>>>
>>> Cheers
>>> --
>>> JJ
>>>
>>
>
> --
> JJ
>


Re: Practical Raku projects

2020-12-24 Thread JJ Merelo
Yep, there's DBIish, which is fine and works pretty well. There's also a
fabulous ORM, Red, very Rakuish, also working like a charm.

Cheers

El jue, 24 dic 2020 a las 12:24, Matthias Peng ()
escribió:

> Do you know if there is any for Perl6’s DBIx::Class the ORM library?
> Regards
>
>
>> Hi,
>>
>> El jue, 24 dic 2020 a las 3:55, Matthias Peng ()
>> escribió:
>>
>>> May I ask if there is any practical perl6 project running? For example,
>>> homebrew by ruby, k8s by go, flask by python etc.
>>>
>>
>> I doubt there's any perl6 practical project _now_. There are a few
>> practical Raku projects, however, and they are big. For instance, Cro is
>> much better than Flask will ever be: its way of handling routes, templates,
>> and the fact that it's concurrent, puts it in another level. There's no
>> docker or k8s... yet. But just you wait..
>>
>> Cheers
>> --
>> JJ
>>
>

-- 
JJ


Re: Practical Raku projects

2020-12-24 Thread Matthias Peng
Do you know if there is any for Perl6’s DBIx::Class the ORM library?
Regards


> Hi,
>
> El jue, 24 dic 2020 a las 3:55, Matthias Peng ()
> escribió:
>
>> May I ask if there is any practical perl6 project running? For example,
>> homebrew by ruby, k8s by go, flask by python etc.
>>
>
> I doubt there's any perl6 practical project _now_. There are a few
> practical Raku projects, however, and they are big. For instance, Cro is
> much better than Flask will ever be: its way of handling routes, templates,
> and the fact that it's concurrent, puts it in another level. There's no
> docker or k8s... yet. But just you wait..
>
> Cheers
> --
> JJ
>


Re: Practical Raku projects

2020-12-24 Thread Todd Chester via perl6-users




On 12/24/20 12:23 AM, JJ Merelo wrote:

Hi,

El jue, 24 dic 2020 a las 3:55, Matthias Peng (>) escribió:


May I ask if there is any practical perl6 project running? For
example, homebrew by ruby, k8s by go, flask by python etc.


I doubt there's any perl6 practical project _now_. There are a few 
practical Raku projects, however, and they are big. For instance, Cro is 
much better than Flask will ever be: its way of handling routes, 
templates, and the fact that it's concurrent, puts it in another level. 
There's no docker or k8s... yet. But just you wait..


Hi JJ,

Any sign of a toolkit to develop window interfaces?  A simple
text processor would be a cool example.

-T