Multiple ways to compute e in Raku
blogs.perl.org
Multiple ways to compute e in Raku
1–10 of 41 posts
Re: Multiple ways to compute e in Raku
#2 > '𝑒'.uniname
MATHEMATICAL ITALIC SMALL E
> say 𝑒
2.718281828459045Re: Multiple ways to compute e in Raku
#3Re: Multiple ways to compute e in Raku
#4Re: Multiple ways to compute e in Raku
#5Re: Multiple ways to compute e in Raku
#6This looks surprisingly neat, honestly. I've never used Perl, let alone Perl 6, but I think I see why people cared about it.
Re: Multiple ways to compute e in Raku
#7This looks surprisingly neat, honestly. I've never used Perl, let alone Perl 6, but I think I see why people cared about it.
Perl is its own thing, definitely, and it does a lot of things extremely well (though not always extremely fast) using code that is as succinct as you want it to be, sometimes to a fault.
It is worth learning because of its utility and because of what it can teach, even though you probably won't use it a lot.
Perl 5 documentation still stands out to me as a perfect example of how official language documentation should be. Lots of examples, lots of explanation, standard library and third party modules are named extremely sanely, and it's all just documented so well. Even joke Perl5 modules are documented extremely well; it's just part of the culture that other languages seriously need to adopt.
Re: Multiple ways to compute e in Raku
#8Re: Multiple ways to compute e in Raku
#9This looks surprisingly neat, honestly. I've never used Perl, let alone Perl 6, but I think I see why people cared about it.
Is it officially appropriate to talk about Perl in the past tense?