Currently, if one works on a plain file, that is on a file that is not part of a package, evaluation of an expression always happens in the user-initial-environment. However, it's desirable to have the possibility to work in other environments. For example the library SCMUTILS uses an environment called user-generic-environment. This PR changes this and instead selects the environment active in the REPL.
This fixes issue #7
Currently, if one works on a plain file, that is on a file that is not part of a package, evaluation of an expression always happens in the `user-initial-environment`. However, it's desirable to have the possibility to work in other environments. For example the library SCMUTILS uses an environment called `user-generic-environment`. This PR changes this and instead selects the environment active in the REPL.
This fixes issue #7