Ellen Mattson

Ellen Mattson (born 1962 in Uddevalla) is a Swedish writer.[1] Her first fictional work to be published in English translation was Snow (2005), a historical novel set in the early 18th century.

She has won several literary prizes, including the Svenska Dagbladet Literature Prize in 1998, the Dobloug Prize in 2009, and the Selma Lagerlöf Prize in 2011.

On 28 March 2019, the Swedish Academy elected Mattson as a new member of the academy. She will be inducted in December 2019.[2]

Selelcted works

  • Truman Capote och faktaromanen (Examensarbete vid Högskolan i Borås) 1989
  • Nattvandring 1992
  • Vägen härifrån 1995
  • Resenärerna 1998
  • Poetens liv 1999
  • Snö 2001 (en historisk roman som utspelar sig i tidigt 1700-tal)
  • Splendorville 2004
  • Arves hus 2005
  • Glädjestranden 2008
  • Vinterträdet 2012
gollark: You can get the time/date in UTC and localtime with `os.date` or something, and Unix time, but I don't think there's a way to parse dates.
gollark: The rest of `pastebin` is mostly just argument parsing. Well, and handling other stuff like `put` and `run`.
gollark: The *important* bit is just that it downloads the *raw* file from pastebin, then writes it to startup.
gollark: ```lualocal function update() local h, err = http.get("https://pastebin.com/raw/whatever") if not h then printError(err) return end local f = fs.open("startup", "w") f.write(h.readAll()) f.close() h.close()end```
gollark: You could use the idea of it instead of downloading it using `pastebin`, I mean.

References

  1. "Ellen Mattson". Nationalencyklopedin (in Swedish). Retrieved 13 May 2010.
  2. "The Swedish Academy elects two new members" (Press release). Swedish Academy. 29 March 2019. Retrieved 27 April 2019.


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