-
Hello, What resources would you recommend if I am interested in gaining a better understanding of subscripts and projections? The language tour has an introduction to subscripts. The language specification provides some information about them. I understand that ‘yield’ in a subscript will produce a projection. Are there other parts of the language that produce projections? How are projections implemented? Silly question but can subscripts be recursive? I’m eager to learn more. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, they can be recursive. There's a simple rewrite rule explained here that shows how projections are implemented in terms of callbacks. If you still have questions after watching that, please ask! |
Beta Was this translation helpful? Give feedback.
Yes, they can be recursive. There's a simple rewrite rule explained here that shows how projections are implemented in terms of callbacks. If you still have questions after watching that, please ask!