Hi,

I use s7 repl compiled from repl.c

I noticed that in s7, when running `s7 foo.scm', the
variable `*load-path' contains only directory of foo.scm.
Yet, running `s7', the *load-path* also has the path of s7
binary as its `car'.

This checks with the lines

#ifdef S7_LOAD_PATH
      s7_add_to_load_path(sc, S7_LOAD_PATH);
#else
...

the repl.c file.


Is this difference on purpose?


_______________________________________________
Cmdist mailing list
[email protected]
https://cm-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to