Re: Delegation in goops?

2006-02-11 Thread Neil Jerram
Alan Grover <[EMAIL PROTECTED]> writes: > Does anybody have a solution to implement delegation in goops? > > I have an object that implements the full behavior of interest. Say it's > an employee object. > > For whatever perverse reason, which I assure you is reasonable, I want > to wrap the emplo

Re: uniform-array-read!

2006-02-11 Thread Marius Vollmer
[EMAIL PROTECTED] (Ludovic Courtès) writes: > $ guile-1.7 > guile> (make-uniform-array #\a 10) > "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" > guile> (make-uniform-array #\nul 10) > #s8(15 -44 -17 16 16 4 118 8 0 0) > guile> (make-uniform-array #\001 10) > "\x00\x00\x00\x00\x00\x00\x0