William Arthur Deacon

William Arthur Deacon (6 Apr 1890 - 5 August 1977) was a Canadian literary critic and editor. Born in Pembroke, Ontario in 1890, he studied in Winnipeg, Manitoba to be a lawyer, but eventually became a book review editor, and "aimed to become the first full-time book reviewer in Canada".[1] He worked for the Manitoba Free Press (1921), Saturday Night (1922–28), the Toronto Mail and Empire (1928–36) and The Globe and Mail (1936–61). He died in 1977 in Toronto, Ontario.[2]

Selected works

  • Pens and Pirates (1923)
  • Poteen and Other Essays (1926)
  • The Four Jameses (1927)
  • My vision of Canada (1933)
gollark: OH NOSEGMENTATION VIOLATIONDEPLOY BEES
gollark: It's not actually finished yet, either.
gollark: ```rust let parser = Parser::new_ext(md, options).map(|ev| match ev { Event::Text(txt) => { match &*txt { "[" => { // wikilink has opened, two consecutive [ if was_bracket { in_wikilink = true; was_bracket = false; } else { was_bracket = true; } Event::Text("".into()) }, "]" => { // wikilink has closed, two consecutive ] if in_wikilink && was_bracket { was_bracket = false; return Event::Html("<a href='/bees'>commit</a>".into()); } if in_wikilink { was_bracket = true; } Event::Text("".into()) }, _ => { let w = was_bracket; was_bracket = false; if w { return Event::Text(format!("bracket!{}", &*txt).into()); } was_bracket = false; if in_wikilink { wlbuf.push_str(&*txt); Event::Text("".into()) } else { Event::Text(txt) } } } }, _ => ev });```
gollark: <:bees:724389994663247974> this is convoluted.
gollark: `let w = was_bracket;` you.

References

  1. Rubio, Mary Henley (18 February 2011). Lucy Maud Montgomery: The Gift of Wings. Doubleday Canada. pp. 353–. ISBN 978-0-385-67481-2.
  2. "William Arthur Deacon". thecanadianencyclopedia.ca. Retrieved 9 January 2015.



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