|
|
|
|
|
by b2gills
3248 days ago
|
|
Unfortunately for Python is that many/most of the modules that are included were written when the language was fairly new, so at a time when nobody was an expert in the language. Which means that perhaps for many of them there is a better module out in the ecosystem that almost nobody uses because they have one extra step to install them. If you want something close to that in Perl 6, just install Inline::Python and you can use all of those “batteries included” with Python as if they were modules written in Perl 6. Exceptions in Perl 6 are much easier to deal with than they are in Perl 5. |
|