On Sat 19 Nov 2016 16:44, Julian Graham <jool...@gmail.com> writes: > Andy, I'd particularly like your feedback on this approach, as it > relies in part on the use of `*program-wrappers*' (in `(language > ecmascript function)') and I'm not 100% sure I understand the intent > behind that table.
I am happy to include patches like this one. Yet -- *program-wrappers*, what is that about? I don't even remember any more. I guess it's for setting a property on a function instance, even if the function is a normal Guile function? I guess I am skeptical given that the hash table is doubly weak. Please don't assume that the existing code is good or even correct :) We have all learned many things since 2009 -- this flip side of that being that I know I was much more ignorant back then :) Andy