Re: Anything better for delayed lexical evaluation than (lambda () ...)?

2011-12-06 Thread Marco Maggi
(lambda () '( (local-eval 'x (procedure-environment clo)) => 1 -- Marco Maggi

Re: binary-port?

2011-04-23 Thread Marco Maggi
of least surprise. [1] <http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_sec_8.2.6> -- Marco Maggi

Re: define-syntax

2010-06-18 Thread Marco Maggi
esulting >transformer. -- Marco Maggi

Re: define-syntax

2010-06-16 Thread Marco Maggi
s, I suggest taking the behaviour of Larceny as model: if it works with it, it will probably work with all the other R6RS implementations. HTH [1] <http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-10.html#node_sec_7.2> -- Marco Maggi

[patch] subordinate SMOBs with GOOPS superclasses

2007-11-26 Thread Marco Maggi
The attached patch documents the creation of a GOOPS class whenever a new SMOB type is defined and GOOPS has been already loaded. Additionally it adds a special SMOB type that dispatches function invocations to a user defined subordinate SMOB. This allows to overcome the hard coded limit on SMOB n