Peder Folke

Peder Bengt Carl Langenskiöld Folke[1] (born April 8, 1987) is a Swedish curler and curling coach.[2]

Peder Folke
 
Born (1987-04-08) April 8, 1987
Team
Curling clubStocksunds CK, Stockholm
Career
Member Association Sweden
World Championship
appearances
1 (2008)

He is a 2012 Swedish men's champion and competed in the 2008 World men's championship.

Teams

Season Skip Third Second Lead Alternate Coach Events
2005–06 Björn BrandbergOlof EsbjoernssonPeder FolkeAxel Ostersund
2007–08 Anders KrauppPeder FolkeBjörn BrandbergAnton SandströmMats NybergStefan HasselborgWCC 2008 (10th)
2008–09 Anders KrauppPeder FolkeAnders HammarstromAnton Sandström
2009–10 Göran CarlssonMarcus HasselborgPeder FolkeAnton Sandström
2010–11 Marcus HasselborgPeder FolkeGöran CarlssonAnton Sandström
2011–12 Marcus HasselborgPeder FolkeAndreas PrytzAnton SandströmSMCC 2012
2012–13 Marcus HasselborgPeder FolkeAndreas PrytzAnton SandströmSMCC 2013
2013–14 Marcus HasselborgPeder FolkeAndreas PrytzAnton SandströmFredrik NymanSMCC 2014
2015–16 Marcus HasselborgSebastian KrauppVincent StenbergPeder FolkeAnton SandströmSMCC 2016

Record as a coach of national teams

YearTournament, eventNational teamPlace
20112011 World Mixed Doubles Curling Championship Sweden (mixed doubles)
4
gollark: - They may be working on them, but they initially claimed that they weren't necessary and they don't exist now. Also, I don't trust them to not do them wrong.- Ooookay then- Well, generics, for one: they *kind of exist* in that you can have generic maps, channels, slices, and arrays, but not anything else. Also this (https://fasterthanli.me/blog/2020/i-want-off-mr-golangs-wild-ride/), which is mostly about the file handling not being good since it tries to map on concepts which don't fit. Also channels having weird special syntax. Also `for` and `range` and `new` and `make` basically just being magic stuff which do whatever the compiler writers wanted with no consistency- see above- Because there's no generic number/comparable thing type. You would need to use `interface{}` or write a new function (with identical code) for every type you wanted to compare- You can change a signature somewhere and won't be alerted, but something else will break because the interface is no longer implemented- They are byte sequences. https://blog.golang.org/strings.- It's not. You need to put `if err != nil { return err }` everywhere.
gollark: Oh, and the error handling is terrible and it's kind of the type system's fault.
gollark: If I remember right Go strings are just byte sequences with no guarantee of being valid UTF-8, but all the functions working on them just assume they are.
gollark: Oh, and the strings are terrible.
gollark: Also, channels are not a particularly good primitive for synchronization.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.