Kathleen Ferguson

Kathleen Ferguson (born in Derry in 1958) is an Irish author known for The Maid's Tale[1] which won the 1995 Irish Times Literature Prize for fiction.[2] Educated at the University of Ulster at Coleraine. It was praised by the London Independent for its "wonderful candour" and the "lovely Derry idiom".[3]

Kathleen Ferguson is married and lives in Rome, Italy.[4]

Published works

The Maid's Tale. Torc. 1994. ISBN 978-1-898142-04-1.

gollark: ACTUAL feature suggestions?
gollark: It's glorious.
gollark: ```rust#[macro_use] extern crate serenity;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { // Login with a bot token from the environment let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { println!("An error occurred while running the client: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```This is the example code, admittedly, yes.
gollark: It's in Rust.
gollark: AutoBotRobot is currently undergoing extensive development and testing. Feature suggestions?

References

  1. Foster, John Wilson (2006). The Cambridge companion to the Irish novel. Cambridge University Press. p. 268. ISBN 978-0-521-86191-5. Retrieved 9 November 2010.
  2. "Book Notes". New York Times. October 11, 1995.
  3. Blake, Robin (8 April 1995). "Paperbacks". The Independent (UK).
  4. Eric Levy (2004-06-22). "Project MUSE - The Mastering of Selfhood in Kathleen Ferguson's The Maid's Tale". Muse.jhu.edu. doi:10.1353/nhr.2004.0027. Retrieved 2017-07-06.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.