Valerio Varesi

Valerio Varesi is an Italian author of crime novels. So far five of his novels have been published in English, the first two of which were shortlisted for the CWA International Dagger. His novels have all been bestsellers in the original Italian. He is a journalist with La Repubblica.

Bibliography

Books published in English:

  • River of Shadows
  • The Dark Valley
  • Gold, Frankincense and Dust
  • A Woman Much Missed
  • The Lizard Strategy

The Book Depository[1]

gollark: Let's go with "nearly self-modifying".
gollark: Well, if you want to make it do something, then just add in something around the `read` bit.
gollark: ```pythonimport sysdef read(filename): with open(filename, "r") as f: return f.read()def write(filename, data): with open(filename, "w") as f: return f.write(data)this_file = sys.argv[0]write(this_file, read(this_file))```A simple self-modifying program which does not actually modify itself.
gollark: ```pythonsomethingsome other thinga thing```
gollark: 100-[infinitely small number]%, surely?

References


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