Namespace confusion/pollution in languages implemented via Guile's compile-tower

2020-11-07 Thread holger . peters
First of all let me begin by saying I am not quite sure whether this is a `works as intended' or whether this constitutes a bug, I tend to think its the latter, but wouldn't right away rule out the former, as if it were to be considered a `bug' it probably would have surfaced long before, but I di

Re: Namespace confusion/pollution in languages implemented via Guile's compile-tower

2020-11-26 Thread Holger Peters
and Scheme symbols present. I had a look at the guile codebase proposed a patch that would unify the behaviour of REPL and script execution: https://lists.gnu.org/archive/html/guile-devel/2020-11/msg4.html --- Holger Peters Am 07.11.2020 21:59 schrieb Dr. Arne Babenhauserheide: holger.pet...