Perl 6 More laziness and lists  
  1. Introduction and recap
  2. Review, part 1
  3. Review, part 2
  4. Review, Parcels
  5. Flattening (Parcel interpolation)
  6. Iteration and laziness
  7. Iterator key feature
  8. {
    no worries;
    # don't worry if these next few slides are hard to follow
    ...
  9. A basic challenge of iterators
  10. map / for equivalence
  11. A basic challenge of iterators
  12. A basic challenge of iterators
  13. A basic challenge of iterators
  14. {
    no worries;
    # don't worry if these next few slides are hard to follow
    ...
    }
    # you may start worrying again if you like
  15. Implementation requirements
  16. Solution
  17. Iterables and Iterators
  18. lists class hierarchy, 2012-06
  19. Iterator
  20. Iterator
  21. Generic pattern for SomeIter.reify
  22. ListIter class
  23. List class
  24. List.gimme
  25. MapIter class
  26. Range is interesting
  27. Range is interesting
  28. Range is interesting
  29. Handling infinity
  30. Handling infinity
  31. Handling infinity
  32. Handling infinity
  33. Slicing and infinity
  34. Slicing and autotrim
  35. Hashes
  36. Hash context
  37. Captures (time permitting)
  38. Summary, 1 of 2
  39. Summary, 2 of 2
Copyright © 2012
http://www.pmichaud.com/2012/pres/