Hi Jan,
Jan Nieuwenhuizen writes:
> I suggest these patches. Until then, I'm using inheritance and define
> one signal per class.
[...]
> diff --git a/glib/gnome/gobject/gobject.scm b/glib/gnome/gobject/gobject.scm
> index 3e5f07d..ad6abed 100644
> --- a/glib/gnome/gobject/gobject.scm
> +++ b
It is time for a new theme for Guile 100: Web 1.0.
We'll be exploring the web as it existed in the 1990s: CGI,
GIFs, Gopher, LAMP.
Challenge #5 in the Guile 100 Programs Project is to write a
CGI script can serve up HTML pages that have embedded scheme
code.
http://www.lonelycactus.com/guile100/
Hi all,
The program below is an interesting variant of a sieve that given an
even number seams to constructs two primes that added together becomes
the even
number, the file below does this construction for n = 3 ... 1000.
Have fun!
/Stefan
(use-modules (srfi srfi-1))
(define (analyze k)
On Mon 08 Apr 2013 03:21, Reuben Thomas writes:
> How can I retain auto-compile, but stop guile outputting messages like:
>
> $ guile ./syms.scm
> ;;; note: source file /home/rrt/Software/syms/./syms.scm
> ;;; newer than compiled
> /home/rrt/.cache/guile/ccache/2.0-LE-8-2.0/home/rrt/Softwa