Closed weinholt closed 5 years ago
Compile this program with chez-exe:
(import (rnrs)) (write (command-line)) (newline)
When run it will print something like ("/tmp/schemeprogramPnhgz8") instead of e.g. ("foo.ss").
("/tmp/schemeprogramPnhgz8")
("foo.ss")
I don't see any obvious way to fix it without patching Chez.
Compile this program with chez-exe:
When run it will print something like
("/tmp/schemeprogramPnhgz8")
instead of e.g.("foo.ss")
.I don't see any obvious way to fix it without patching Chez.