Live data from Hacker News

Multiple ways to compute e in Raku

blogs.perl.org

31–40 of 41 posts

Re: Multiple ways to compute e in Raku

#31
post #26

Earlier quoted context omitted.

Nah, plenty of people still care about it (I should know, I'm one of them!). And with regular expressions front-and-center in perl, I still find it wonderful for text munging.

Maybe I'm just bitter because of Parrot. I so wanted to use it for my language.

Is Parrot dead (Monty Python pun intended)? I've lost track of the different Perl 6 implementations and their subparts.

Re: Multiple ways to compute e in Raku

#32
This also shows one of the things that Perl was great at in the past: Personalities. Despite "Just Another Perl Hacker" being a common meme, there were some people who just stood out. Wall, Schwartz, Christiansen, Conway.

I think this is important for a language and IMHO current Perl can't compete with that. For a while Ruby had a pretty colorful and productive batch, and of course Go has some elder statesmen of the industry.

JavaScript... Well, it certainly has a lot of coaches.

Re: Multiple ways to compute e in Raku

#35
post #20
post #4

Raku = Perl 6, just in case you're wondering.

Sort of. More like "Raku (nee Perl6)" I think. It's (now) called Raku, because it isn't really Perl any more - even though it started out that way. "Perl" is Perl 5 now.

Spiritually, it is very much a kind of Perl, in a more concentrated form.

Re: Multiple ways to compute e in Raku

#36
I am not convinced by the interest charging analogy. It is back to front. The yearly interest is by definition the total interest that would be paid given the already agreed charging period. The loan shark does not advertise a 100% yearly interest (on a single yearly payment) and then suddenly increase his winnings by cranking up the number of payments. It is then no more a 100% yearly loan.

Re: Multiple ways to compute e in Raku

#37
post #31

Earlier quoted context omitted.

Maybe I'm just bitter because of Parrot. I so wanted to use it for my language.

Is Parrot dead (Monty Python pun intended)? I've lost track of the different Perl 6 implementations and their subparts.

Yes, the Parrot project is in deep, very deep hibernation.

Re: Multiple ways to compute e in Raku

#38
post #26

Earlier quoted context omitted.

Nah, plenty of people still care about it (I should know, I'm one of them!). And with regular expressions front-and-center in perl, I still find it wonderful for text munging.

Maybe I'm just bitter because of Parrot. I so wanted to use it for my language.

Then you should maybe have a look at MoarVM (https://moarvm.org). It is now the main backend for Raku (née Perl 6) and is all that Parrot was intended to be, and then some. If you want to get into it, you might want to have a look at https://github.com/edumentab/rakudo-and-nqp-internals-course (course materials that implemented a Ruby and a PHP on MoarVM).

Re: Multiple ways to compute e in Raku

#40
post #38

Earlier quoted context omitted.

Maybe I'm just bitter because of Parrot. I so wanted to use it for my language.

Then you should maybe have a look at MoarVM ( https://moarvm.org ). It is now the main backend for Raku (née Perl 6) and is all that Parrot was intended to be, and then some. If you want to get into it, you might want to have a look at https://github.com/edumentab/rakudo-and-nqp-internals-course (course materials that implemented a Ruby and a PHP on MoarVM).

That looks extremely promising!
Post reply on HN