Heimat ist das, was gesprochen wird

Heimat ist das, was gesprochen wird (lit. 'Homeland is what is said[1]') is a book by Nobel Prize-winning author Herta Müller. First published in 2001,[2][3] the book's title was inspired by Jorge Semprún when he says in Federico Sánchez vous salue bien: "Basically language is not my Heimat, but that which is spoken."[4][5]

Release details

  • ; Schock, R. (2009). Heimat ist das, was gesprochen wird. Rede an die Abiturienten des Jahrgangs (in German). Gollenstein. ISBN 978-3-938823-65-1. Retrieved 26 July 2018.
gollark: Table length: `#table`.
gollark: Any specific thingies it's missing?
gollark: You can use luadash.
gollark: ```rust#[macro_use] extern crate serenity;extern crate dotenv;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { dotenv::dotenv().ok(); // Load bot token from environment, let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token unavailable"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { eprintln!("An error occured: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```Fun with discord bots, and yes this is literally the example code.
gollark: t r a i t o r

References

  1. Neubauer, J.; Török, B.Z. (2009). The Exile and Return of Writers from East-Central Europe: A Compendium. Walter de Gruyter. p. 496. ISBN 978-3-11-021773-5. Retrieved 26 July 2018.
  2. Arnold, H.L. (2006). Literatur und Migration. Text + Kritik (in German). Edition Text + Kritik. p. 83. ISBN 978-3-88377-848-8. Retrieved 26 July 2018.
  3. Dittberner, H.; Arnold, H.L. (2002). Herta Müller. Text + Kritik : Zeitschrift für Literatur / Herausgeber Heinz Ludwig Arnold (in German). Richard Boorberg. p. 37. ISBN 978-3-88377-716-0. Retrieved 26 July 2018.
  4. Moyrer, M.A. (2007). Unheimisch in Deutschland: Fragmentation, Collage, and Performative Aesthetics in Herta Müller's Writings (in German). University of Minnesota. p. 125. Retrieved 26 July 2018.
  5. Bannasch, B.; Rochus, G. (2013). Handbuch der deutschsprachigen Exilliteratur: Von Heinrich Heine bis Herta Müller. De Gruyter Handbook (in German). De Gruyter. p. 466. ISBN 978-3-11-025675-8. Retrieved 26 July 2018.


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