This is the release announcement of XChat Guile 0.3.
Changes in this release:
- Move/port to Guile-1.8.
- Get rid of all locking and thread stuff and in turn dep on gthread.
- Guile console. [Lionel Elie Mamane]
- Use alist instead of list where appropriate.
- Use XCHAT_EAT_* instead of hardcoded
Hi Guilers,
Is there a way to create a module at runtime and evaluate expressions
in it using a dynamically-created set of module imports? I want to do
something along the lines of:
(save-module-excursion
(lambda ()
(define-module (my-dynamic-module-name)
#:use-module (a-module-i-dec