The Whole Man

The Whole Man is a 1964 science fiction novel by John Brunner. It was nominated for a Hugo Award for Best Novel in 1965. In the UK, it was published under the title Telepathist.

The Whole Man
Ballantine First Edition paperback cover
AuthorJohn Brunner
CountryUnited States
LanguageEnglish
GenreScience fiction novel
PublisherBallantine Books
Publication date
1964
Media typePrint (Hardcover & Paperback)
Pages188 pp

This novel is often considered a turning point in Brunner's career, a step up from the space operas he'd been turning out as Ace Doubles and pointing towards the richer, more complex books exemplified by Quicksand and Stand on Zanzibar.

The book is a fix-up novel based on three earlier stories:

Plot summary

After an unspecified crisis in a near-future England where telepathy has been discovered, the authorities discover Gerald Howson, a physically deformed youth with greater telepathic power than has ever been seen before. The novel details Howson's struggles to come to grips with his power and his deformity.

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

  • Tuck, Donald H. (1974). The Encyclopedia of Science Fiction and Fantasy. Chicago: Advent. p. 72. ISBN 0-911682-20-1.


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