Anna Schell

Anna Schell (born 3 August 1993) is a German freestyle wrestler. At the 2019 World Wrestling Championships held in Nur-Sultan, Kazakhstan she won one of the bronze medals in the 68 kg event.[1][2] She is scheduled to represent Germany at the 2020 Summer Olympics in Tokyo, Japan.

Anna Schell
Personal information
Born (1993-08-03) 3 August 1993
Height175 cm (5.74 ft; 69 in)
Sport
CountryGermany
SportAmateur wrestling
Event(s)Freestyle

In 2019, she also won the silver medal in the 72 kg event at the 2019 European Wrestling Championships held in Bucharest, Romania.[3] In 2020, she competed in the 68 kg event without winning a medal. She lost her bronze medal match against Danutė Domikaitytė of Lithuania.

Major results

Year Tournament Location Result Event
2019 European Championships Bucharest, Romania 2nd Freestyle 72 kg
World Championships Nur-Sultan, Kazakhstan 3rd Freestyle 68 kg
gollark: Well, yes, but they're byte sequences.
gollark: I mean, it's better than C and stuff, and I wouldn't mind writing simple apps in it.
gollark: Speaking specifically about the error handling, it may be "simple", but it's only "simple" in the sense of "the compiler writers do less work". It's very easy to mess it up by forgetting the useless boilerplate line somewhere, or something like that.
gollark: Speaking more generally than the type system, Go is just really... anti-abstraction... with, well, the gimped type system, lack of much metaprogramming support, and weird special cases, and poor error handling.
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.

References

  1. "2019 World Wrestling Championships Results" (PDF). United World Wrestling. Archived (PDF) from the original on 12 April 2020. Retrieved 12 April 2020.
  2. Rowbottom, Mike (20 September 2019). "Tynybekova earns first-ever world wrestling gold for Kyrgyzstan". InsideTheGames.biz. Retrieved 13 January 2020.
  3. "2019 European Wrestling Championships Results" (PDF). United World Wrestling. Archived (PDF) from the original on 12 April 2020. Retrieved 12 April 2020.


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