Sälj dina kursböcker, vinn presentkort på 1000 kr. Kom igång här
1Q84: Books 1 and 2 | 0:e upplagan
- Danskt band, Engelska, 2012
- Författare: Haruki Murakami
- Betyg:
143
kr
Skickas inom 5-9 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"
>
Fler utgåvor
Beskrivning
*PRE-ORDER HARUKI MURAKAMI’S NEW NOVEL, THE CITY AND ITS UNCERTAIN WALLS, NOW*
Read this imaginative masterpiece from the internationally bestselling author of Norwegian Wood
The year is 1984. Aomame sits in a taxi on the expressway in Tokyo.
Her work is not the kind which can be discussed in public but she is in a hurry to carry out an assignment and, with the traffic at a stand-still, the driver proposes a solution. She agrees, but as a result of her actions starts to feel increasingly detached from the real world. She has been on a top-secret mission, and her next job will lead her to encounter the apparently superhuman founder of a religious cult.
Meanwhile, Tengo wishes to become a writer. He inadvertently becomes involved in a strange affair surrounding a literary prize to which a mysterious seventeen-year-old girl has submitted her remarkable first novel. It seems to be based on her own experiences and moves readers in unusual ways. Can her story really be true?
Both Aomame and Tengo notice that the world has grown strange; both realise that they are indispensable to each other. While their stories influence one another, at times by accident and at times intentionally, the two come closer and closer to intertwining.
'It is a work of maddening brilliance and gripping originality, deceptively casual in style, but vibrating with wit, intellect and ambition' The Times
Read this imaginative masterpiece from the internationally bestselling author of Norwegian Wood
The year is 1984. Aomame sits in a taxi on the expressway in Tokyo.
Her work is not the kind which can be discussed in public but she is in a hurry to carry out an assignment and, with the traffic at a stand-still, the driver proposes a solution. She agrees, but as a result of her actions starts to feel increasingly detached from the real world. She has been on a top-secret mission, and her next job will lead her to encounter the apparently superhuman founder of a religious cult.
Meanwhile, Tengo wishes to become a writer. He inadvertently becomes involved in a strange affair surrounding a literary prize to which a mysterious seventeen-year-old girl has submitted her remarkable first novel. It seems to be based on her own experiences and moves readers in unusual ways. Can her story really be true?
Both Aomame and Tengo notice that the world has grown strange; both realise that they are indispensable to each other. While their stories influence one another, at times by accident and at times intentionally, the two come closer and closer to intertwining.
'It is a work of maddening brilliance and gripping originality, deceptively casual in style, but vibrating with wit, intellect and ambition' The Times
Om denna bok
1Q84: Books 1 and 2 av Haruki Murakami är en Danskt band bok med 816 sidor på Engelska. Den utgavs 2012 av Vintage Publishing.
Spara pengar – köp begagnad från Campusbokhandeln
Köp 1Q84: Books 1 and 2 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:
9780099549062
Upplaga:
0
Utgiven:
2012-08-01
Förlag:
Vintage Publishing
Sidantal:
816
$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"
>