New Writings in SF 1

New Writings in SF 1 is an anthology of science fiction short stories edited by John Carnell, the initial volume in a series of thirty, of which he edited the first twenty-one. It was first published in hardcover by Dennis Dobson in 1964, followed by a paperback edition issued the same year by Corgi, and an American paperback edition under the slightly variant title New Writings in S-F 1 by Bantam Books in April 1966. Selections from this volume, together with others from volumes 2-4 of the series, were later included in The Best from New Writings in SF, issued by Dobson in 1971 and Corgi in 1972.

New Writings in SF 1
Cover of first edition, 1964
EditorJohn Carnell
CountryUnited Kingdom
LanguageEnglish
SeriesNew Writings in SF
GenreScience fiction
PublisherDennis Dobson
Publication date
1964
Media typePrint (hardcover)
Pages190
Followed byNew Writings in SF 2 

The book collects five novelettes and short stories by various science fiction authors, with a foreword by Carnell.

Contents

gollark: Troubling. The eye disablement beams failed?
gollark: Well, two statements.
gollark: It's two lines, silly.
gollark: I use obviously good and not bad C conventions like very short function names and no comments.
gollark: ```cvoid efork(char **args) { pid_t pid = fork(); if (pid < 0) { perror("fork"); exit(3); } else if (pid == 0) { if (execvp(args[0], args) == -1) { perror("execvp"); exit(2); } } else { int status; waitpid(pid, &status, 0); printf("%d\n", status); }}```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.