;return 0;" and rest
easy knowing the gc will take care of the details?
Thanks
Mark Witmer
I found something farily obvious that will help with a lot of these
kinds of questions; methods like "scm_i_makinum" were accessed via
macros, so the macro (SCM_MAKINUM) is what I had to search for in the
old manuals.
Am I safe to use "scm_from_int" in its place and other general SCM
numeric func
unning.
A lot of this is inspired by Stumpwm, a pretty nifty tiling wm written
in common lisp that's similarly configurable.
I'll put the wm code on github as well as I get more features
added. Feedback and suggestions are welcome!
Mark Witmer
espace?
I decided I want to use xcb for my window manager, so I'm implementing a
language in guile that reads the xml files xcb uses to describe the X
protocol and creates bindings for it.
Thanks
Mark Witmer
e that it's far from complete. But I'll keep hacking away at it!
Thanks to everyone for the awesome work being done on the Guile core and
all the exciting projects cropping up around it. I've learned a lot by
following this list and guile-devel.
--
Mark Witmer