As God Commands (novel)
As God Commands (Italian: Come Dio comanda), also known as The Crossroads,[1] is a novel by Niccolò Ammaniti.
Cover of As God Commands | |
Author | Niccolò Ammaniti |
---|---|
Original title | Come Dio comanda |
Translator | Jonathan Hunt[2] |
Country | Italy |
Language | Italian |
Genre | Fiction narrative |
Published |
|
Media type | |
Pages | 495 |
ISBN | 8804502797 |
OCLC | 74311261 |
In 2008, director Gabriele Salvatores adapted the novel into a film of the same name.
Plot
It tells the misadventure of Cristiano Zena, 13 year-old, and his father Rino in an Italian suburban area.
Reception
The Guardian described the novel as "overexplicit" and flipping "over into the truly grotesque".[1] The New Yorker outlined the story of the novel as "grim but redemptive".[3] The Los Angeles Times praised the novel "as gritty as it is suspenseful".[4]
As God Commands won the 2007 Strega Prize with 144/356 votes.[5]
gollark: "Xylostephones" is more accurate
gollark: Nope, not keywords.
gollark: <@337621533369303042> Was it you who wanted this?
gollark: Takes ages to load words, I'm afraid.
gollark: ```pythonimport thesaurusimport randomimport concurrent.futures as futureswords_to_synonyms = {}synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def fetch_word(word): results = concat(thesaurus.Word(word).synonyms("all")) return resultsdef add_words(words): with futures.ThreadPoolExecutor(max_workers=50) as executor: word_futures = {executor.submit(fetch_word, word): word for word in words} for future in futures.as_completed(word_futures): word = word_futures[future] try: data = future.result() except Exception as exc: print(f"Error fetching {word}: {exc}") else: add_synonyms(data, word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)__builtins__.engrave("Hi!")```
References
- Litt, Toby (24 January 2009). "The Italian job". The Guardian. Retrieved 15 August 2015.
- "As God commands". WorldCat. Retrieved 15 August 2015.
- "As God Commands". The New Yorker. 4 January 2010. Retrieved 15 August 2015.
- Marler, Regina (23 November 2009). "'As God Commands' by Niccolò Ammaniti". Los Angeles Times. Retrieved 15 August 2015.
- "Niccolò Ammaniti vince il Premio Strega" (in Italian). Il Sole 24 Ore. 6 July 2007. Retrieved 15 August 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.