|
|
|
|
|
by cwyers
2794 days ago
|
|
There's also a Python version of this[1], which starts with a discussion about Perl 6's equivalent of print, which is put. This makes no sense to me whatsoever, as print is both a much easier way to say it and _what was used in Perl 5_, but not my circus, not my monkeys. But then it goes on to say: > There is also say, which behaves similarly, but will call the gist method of its argument. And after having read the linked-to docs for say[2] and gist[3], I not only cannot understand what is being said, I have no idea how anyone else could, either. 1) https://docs.perl6.org/language/py-nutshell
2) https://docs.perl6.org/routine/say
3) https://docs.perl6.org/routine/gist |
|