Description
We cover (briefly) generics in the tutorial.
Using generics that others have written is generally straightforward in Pony but writing generics can be very hard.
As it says on the website.
Generics and references capabilities are the hardest things to get a handle on while learning Pony so don’t get frustrated. It’s not just you. We all go through this. During the video, you’ll hear one of our core team members, Sean T. Allen, commenting at numerous points that he was sort of following everything but not all of it. Sean now has a strong grasp on all the concepts. It takes time.
We should make sure people come away from the generics section of the tutorial with an understanding that using should be straightforward but that writing them is "Pony on hard mode".