Re: just curious to know

2020-06-14 Thread William Michels via perl6-users
Hi Radhakrishnan, I think the question you are asking directly relates to your experience as a programmer. If you have a lot of experience and a "systems programming toolkit" under your belt (classic bash shell scripting, sed, awk, and perl_5 ), what does Raku/Perl6 add? The short answer is:

Re: just curious to know

2020-06-14 Thread Parrot Raiser
There is potentially a place for Raku in education, as a language that can evolve from simple expressions in the REPL to one-liners, basic scripts and through to complete CS courses with the various programming paradigms (procedural, O-O, functional) and into language design with grammars. The

Re: just curious to know

2020-06-14 Thread ToddAndMargo via perl6-users
On 2020-06-14 08:04, Radhakrishnan Venkataraman wrote: Hi, I had been a perl 5.0 user in the past.  Ever since perl 6.0 was announced, I waited, like many, indefinitely.  At last perl 6.0 has just started from its starting block and is also in the race.  I am happy about that. Hi

Re: just curious to know

2020-06-14 Thread Aureliano Guedes
promise than people are aware of. > > > > Try building a website or a web service in Cro <https://cro.services/> to > see the utility of Raku first hand. > > > > Mark > > > > *From:* Radhakrishnan Venkataraman > *Sent:* Sunday, June 14, 2020 11:04 > *To:* l.

RE: just curious to know

2020-06-14 Thread Mark Devine
g a website or a web service in Cro<https://cro.services/> to see the utility of Raku first hand. Mark From: Radhakrishnan Venkataraman Sent: Sunday, June 14, 2020 11:04 To: l...@dijkmat.nl Cc: perl6-users@perl.org Subject: just curious to know Hi, I had been a perl 5.0 user in the

Re: just curious to know

2020-06-14 Thread Joseph Brenner
No particular "killer app" has emerged for Raku as of yet, there's no task that's going to make you go "Aha, this is a job for Raku!". But you know, it's not as though the original perl was designed to be the Web 1.0 server-side scripting language or the saviour of the human genome project...

Re: just curious to know

2020-06-14 Thread Theo van den Heuvel
Hi, If you allow me to jump in. I have used scores of programming languages. For me, raku (as it is now called) is the language to go to if I need a serious textual analysis of any kind. The design aspect of the language that I rely on heavily is the Grammar class, which so fundamentally

Re: just curious to know

2020-06-14 Thread Tom Browder
On Sun, Jun 14, 2020 at 10:56 Richard Hainsworth wrote: > Hi Radhakrishnan, > > If 'spreading wings over the information technology field' were to mean > anything other than what is fashionable today, then C still reigns. Richard, excellently said! I would like to see that on our Raku.org

Re: just curious to know

2020-06-14 Thread Richard Hainsworth
Hi Radhakrishnan, If 'spreading wings over the information technology field' were to mean anything other than what is fashionable today, then C still reigns. And if anything, COBOL still is so important in big financial institutions that COBOL programmers earn more than Java programmers - if

just curious to know

2020-06-14 Thread Radhakrishnan Venkataraman
Hi, I had been a perl 5.0 user in the past. Ever since perl 6.0 was announced, I waited, like many, indefinitely. At last perl 6.0 has just started from its starting block and is also in the race. I am happy about that. Perl 5.0 was generally termed to be good at CGI scripting, system