python-on-guile

2019-06-14 Thread Stefan Israelsson Tampe
python on guile has reached quite far and now compiles a lot of the standard python code base. The speed has not been of importance. Rather to get good coopertion between guile scheme and python programs. But it also define a scheme interface to the python functionalites and i'm now trying to

Re: guile-gi: scancode->keyval?

2019-06-14 Thread Jan Nieuwenhuizen
Mike Gran writes: Hi! > I hadn't implemented automated wrapping of C procedures that return > output via pointer to plain C types, such as > > gboolean gdk_event_get_keyval (const GdkEvent *event, > guint *keyval); > > I fixed it, I think. Yes, great! > There

Re: Srfi-159/166 - monadic formatting for guile

2019-06-14 Thread Linus Björnstam
Hi Mark! I am not sure I understand what you mean, but i suspect it is already solved, since for simple cases show will use display/write. So unless you try to do advanced formatting of circular lists it will do whatever display or write does. The same thing goes for custom printers. In fact,