You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How was your experience learning Perl 6? What was helpful while learning Perl 6? What did you struggle with? How did you tackle problems?
In what ways did Perl 6 differ from other languages you knew at the time? What was hard to learn? What did you have to unlearn? What syntax did you have to remap? What concepts carried over nicely?
Could you spare 5 minutes to help us by answering these questions? It would greatly help us improve the experience students have learning Perl 6 :)
Note: this issue is not meant as a discussion, just as a place for people to post their own, personal experiences.
Want to keep your thoughts private but still help? Feel free to email me at erik@exercism.io
Thank you!
The text was updated successfully, but these errors were encountered:
https://docs.perl6.org/type/Signature - very interesting that where constraints can be placed, with what looks like arbitrary code. So sort of like a pre-condition enforced on the arguments of the function.
There's obviously a lot going on with https://docs.perl6.org/language/operators as well, hyper operators, reduction metaoperators, zip metaoperators, and much more that I didn't even get to encounter in these few exercises.
I think that if I explored this language more, the operators page would warrant the most additional study. The syntax is new, but you can think of the concepts in terms of higher-order functions: hyper operators sometimes look like map, reduction metaoperator certainly looks like reduce, and zip metaoperator can be thought of as composing another function with zip
We’ve recently started a project to find the best way to design our tracks, in order to optimize the learning experience of students.
As a first step, we’ll be examining the ways in which languages are unique and the ways in which they are similar. For this, we’d really like to use the knowledge of everyone involved in the Exercism community (students, mentors, maintainers) to answer the following questions:
Could you spare 5 minutes to help us by answering these questions? It would greatly help us improve the experience students have learning Perl 6 :)
Note: this issue is not meant as a discussion, just as a place for people to post their own, personal experiences.
Want to keep your thoughts private but still help? Feel free to email me at erik@exercism.io
Thank you!
The text was updated successfully, but these errors were encountered: