Vi flyttar från butik till nätet - så funkar det framåt
Karla's Choice | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: JOHN LE CARRE, Nick Harkaway
- Betyg:
146
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
DISCOVER THE MOST-TALKED ABOUT THRILLER OF THE YEAR . . .
‘Reads like a lost le Carrè. Smiley is back at the Circus in the safest of hands’ RICHARD OSMAN
‘Karla’s Choice is a note-perfect tribute to le Carré that feels fresh and new’ MICK HERRON
‘Le Carre’s legacy is in good hands – Smiley is back with a vengeance!’ IAN RANKIN
--- --- ---
It is spring in 1963 and George Smiley has left the Circus.
With the wreckage of the West's spy war with the Soviets strewn across Europe, he has eyes only on a more peaceful life. And indeed, with his marriage more secure than ever, there is a rumour in Whitehall – unconfirmed and a little scandalous – that George Smiley might almost be happy.
But Control has other plans. A Russian agent has defected in the most unusual of circumstances, and the man he was sent to kill in London is nowhere to be found. Smiley reluctantly agrees to one last simple task: interview Susanna, a Hungarian émigré and employee of the missing man, and sniff out a lead.
But in his absence the shadows of Moscow have lengthened. Smiley will soon find himself entangled in a perilous mystery that will define the battles to come, and strike at the heart of his greatest enemy…
--- --- ---
Set in the missing decade between two iconic novels starring George Smiley, The Spy Who Came in from the Cold and Tinker Tailor Soldier Spy, this is an extraordinary, thrilling return to the world of spymaster John le Carré, written by the author’s son and acclaimed novelist, Nick Harkaway.
‘An exceptional espionage novel in its own right’ WILLIAM BOYD
‘Harkaway has done an extraordinarily good job with his father’s legacy’ TELEGRAPH
‘An accomplished homage and a captivating thriller’ THE ECONOMIST
‘Reads like a lost le Carrè. Smiley is back at the Circus in the safest of hands’ RICHARD OSMAN
‘Karla’s Choice is a note-perfect tribute to le Carré that feels fresh and new’ MICK HERRON
‘Le Carre’s legacy is in good hands – Smiley is back with a vengeance!’ IAN RANKIN
--- --- ---
It is spring in 1963 and George Smiley has left the Circus.
With the wreckage of the West's spy war with the Soviets strewn across Europe, he has eyes only on a more peaceful life. And indeed, with his marriage more secure than ever, there is a rumour in Whitehall – unconfirmed and a little scandalous – that George Smiley might almost be happy.
But Control has other plans. A Russian agent has defected in the most unusual of circumstances, and the man he was sent to kill in London is nowhere to be found. Smiley reluctantly agrees to one last simple task: interview Susanna, a Hungarian émigré and employee of the missing man, and sniff out a lead.
But in his absence the shadows of Moscow have lengthened. Smiley will soon find himself entangled in a perilous mystery that will define the battles to come, and strike at the heart of his greatest enemy…
--- --- ---
Set in the missing decade between two iconic novels starring George Smiley, The Spy Who Came in from the Cold and Tinker Tailor Soldier Spy, this is an extraordinary, thrilling return to the world of spymaster John le Carré, written by the author’s son and acclaimed novelist, Nick Harkaway.
‘An exceptional espionage novel in its own right’ WILLIAM BOYD
‘Harkaway has done an extraordinarily good job with his father’s legacy’ TELEGRAPH
‘An accomplished homage and a captivating thriller’ THE ECONOMIST
Om denna bok
Karla's Choice av JOHN LE CARRE och Nick Harkaway är en Danskt band bok med 320 sidor på Engelska. Den utgavs 2024.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Karla's Choice 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:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780241714904
Upplaga:
0
Utgiven:
2024-10-24
Förlag:
Okänt
Sidantal:
320
$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"
>