Daniel Kraft <d...@domob.eu> writes: > Good, that sounds reasonable and is also what I suggest. If we are > one day able to actually run existing elisp code through Guile, we'll > find out if anything needs to be changed in order to get a usable > implementation anyways.
Agreed. > BTW, I implemented also the function bindings of symbols using this > fluid-based dynamic scoping at the moment -- but on second thought, > there's no scoping at all for function slots (all are global), is > there? No, I don't think there is. `let' can't operate on function slots. Regards, Neil