@spec.get_opts.each do |name, opt| options[name] = opt.value counts[name] = opt.count end @spec.get_args.each do |name, arg| args << arg.value named[name] = arg.value end args.flatten! args += trailing @report = Report.new(args, named, trailing, options, counts) if @report.opt(:help) self.print_usage() end unless @spec.get_args.values.all? {|arg| arg.fulfilled? } raise InterfaceError, "Required argument '#{name.upcase}' was not given." end if @spec.trailing_error && !@report.trailing.empty? raise InterfaceError, "Error: got trailing argument(s): #{trailing.join

Software

Hour of the Horde illustration, detail

I recently picked up a couple of old sci-fi magazines — The Magazine of Fantasy & Science Fiction (March 1969) and Venture Science Fiction (May 1969), chosen mostly based on their covers. I'll be doing mini-reviews when I get around to reading them. In the mean time, I'll share some pictures and information about each.

The Magazine of Fantasy & Science Fiction, March 1969

F&SF cover, March 1969

Founded in 1949, the venerable F&SF is still being published today. This issue features two novelets, five short stories, a cartoon, and Isaac Asimov's long-running popular science column. Asimov's column, coincidentally, began in the other magazine featured in this post (Venture Science Fiction) — it was a companion to F&SF, and the column moved to there with the end of VSF.

F&SF contents
F&SF back cover
F&SF cartoon

Venture Science Fiction, May 1969

Venture Science Fiction cover, May 1969

The horror-ish aesthetic of the cover made this one stand out and I was rewarded with some excellent illustrations by Bert Tanner. This issue is from VSF's second run, neither of which lasted long. The magazine did have some impact though: the first publication of Sturgeon's Law was in VSF, and Asimov's popsci column began here, as mentioned above. It also published Vonda N. McIntyre's first story, and an early story by James Tiptree Jr.

VSF contents
Hour of the Horde, facing illustration
Hour of the Horde, title illustration
Reviews section illustration
See you, space cowboys

Directory