Skip to content

Instantly share code, notes, and snippets.

@kernelsmith
Created February 27, 2019 17:01
Show Gist options
  • Save kernelsmith/40eb9f8d3a81c841e3d6cdaf180353b3 to your computer and use it in GitHub Desktop.
Save kernelsmith/40eb9f8d3a81c841e3d6cdaf180353b3 to your computer and use it in GitHub Desktop.
to get radamsa to wait on stdin before generating the next case

Find main.scm and replace

(sleeper)

with

((λ () (get-block stdin 1)))

This makes reading seed files from stdin useless but if you use stdin you're not taking full advantage of radamsa's mutators

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment