program-exists? -- Return #t iff PROGRAM-NAME is in the current $PATH or is a path to an executable.
Synopsis
(program-exists? program-name)
Description
Return #t iff PROGRAM-NAME is in the current $PATH or is a path to an executable.
Returns #f otherwise. See cached-program-exists? for a more efficient
version of this.