Vi flyttar från butik till nätet - så funkar det framåt
My Name Is Lucy Barton | 1:a upplagan
- Danskt band, Engelska, 2016
- Författare: Elizabeth Strout
- Betyg:
169
kr
Skickas inom 0-2 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
#1 NEW YORK TIMES BESTSELLER • A simple hospital visit becomes a portal to the tender relationship between mother and daughter in this extraordinary novel by the Pulitzer Prize–winning author of Olive Kitteridge and The Burgess Boys.
Soon to be a Broadway play starring Laura Linney produced by Manhattan Theatre Club and London Theatre Company • LONGLISTED FOR THE MAN BOOKER PRIZE • NAMED ONE OF THE BEST BOOKS OF THE YEAR BY The Washington Post • The New York Times Book Review • NPR • BookPage • LibraryReads • Minneapolis Star Tribune • St. Louis Post-Dispatch
Lucy Barton is recovering slowly from what should have been a simple operation. Her mother, to whom she hasn’t spoken for many years, comes to see her. Gentle gossip about people from Lucy’s childhood in Amgash, Illinois, seems to reconnect them, but just below the surface lie the tension and longing that have informed every aspect of Lucy’s life: her escape from her troubled family, her desire to become a writer, her marriage, her love for her two daughters. Knitting this powerful narrative together is the brilliant storytelling voice of Lucy herself: keenly observant, deeply human, and truly unforgettable.
Praise for My Name Is Lucy Barton
“A quiet, sublimely merciful contemporary novel about love, yearning, and resilience in a family damaged beyond words.”—The Boston Globe
“It is Lucy’s gentle honesty, complex relationship with her husband, and nuanced response to her mother’s shortcomings that make this novel so subtly powerful.”—San Francisco Chronicle
“A short novel about love, particularly the complicated love between mothers and daughters, but also simpler, more sudden bonds . . . It evokes these connections in a style so spare, so pure and so profound the book almost seems to be a kind of scripture or sutra, if a very down-to-earth and unpretentious one.”—Newsday
“Spectacular . . . Smart and cagey in every way. It is both a book of withholdings and a book of great openness and wisdom. . . . [Strout] is in supreme and magnificent command of this novel at all times.”—Lily King, The Washington Post
“An aching, illuminating look at mother-daughter devotion.”—People
Soon to be a Broadway play starring Laura Linney produced by Manhattan Theatre Club and London Theatre Company • LONGLISTED FOR THE MAN BOOKER PRIZE • NAMED ONE OF THE BEST BOOKS OF THE YEAR BY The Washington Post • The New York Times Book Review • NPR • BookPage • LibraryReads • Minneapolis Star Tribune • St. Louis Post-Dispatch
Lucy Barton is recovering slowly from what should have been a simple operation. Her mother, to whom she hasn’t spoken for many years, comes to see her. Gentle gossip about people from Lucy’s childhood in Amgash, Illinois, seems to reconnect them, but just below the surface lie the tension and longing that have informed every aspect of Lucy’s life: her escape from her troubled family, her desire to become a writer, her marriage, her love for her two daughters. Knitting this powerful narrative together is the brilliant storytelling voice of Lucy herself: keenly observant, deeply human, and truly unforgettable.
Praise for My Name Is Lucy Barton
“A quiet, sublimely merciful contemporary novel about love, yearning, and resilience in a family damaged beyond words.”—The Boston Globe
“It is Lucy’s gentle honesty, complex relationship with her husband, and nuanced response to her mother’s shortcomings that make this novel so subtly powerful.”—San Francisco Chronicle
“A short novel about love, particularly the complicated love between mothers and daughters, but also simpler, more sudden bonds . . . It evokes these connections in a style so spare, so pure and so profound the book almost seems to be a kind of scripture or sutra, if a very down-to-earth and unpretentious one.”—Newsday
“Spectacular . . . Smart and cagey in every way. It is both a book of withholdings and a book of great openness and wisdom. . . . [Strout] is in supreme and magnificent command of this novel at all times.”—Lily King, The Washington Post
“An aching, illuminating look at mother-daughter devotion.”—People
Om denna bok
My Name Is Lucy Barton av Elizabeth Strout är en Danskt band bok med 240 sidor på Engelska. Detta är den 1:a upplagan som utgavs 2016.
Spara pengar – köp begagnad från Campusbokhandeln
Köp My Name Is Lucy Barton begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Skönlitteratur
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780812979527
Upplaga:
1
Utgiven:
2016-11-01
Förlag:
Okänt
Sidantal:
240
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>