Re: [racket-dev] Enhancement to the syntax system?

2014-05-03 Thread Marijn Schouten (hkBst)
On 07/10/2012 05:03 PM, Matthew Flatt wrote: > At Tue, 10 Jul 2012 10:51:57 -0400, Eli Barzilay wrote: >> 20 minutes ago, Marijn wrote: >>> >>> It seems to me that both these results cannot be correct >>> simultaneously, but I'll await the experts' opinion on that. >> >> This does look weird: >> >>

popen test hangs (was GNU Guile 1.8.7 released)

2009-07-06 Thread Marijn Schouten (hkBst)
ong or how to find out more? Marijn - -- If you cannot read my mind, then listen to what I say. Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML <http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.11 (GNU/Linux) Comme

Re: popen test hangs

2009-07-06 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neil Jerram wrote: > "Marijn Schouten (hkBst)" writes: > >> it seems that the popen test hangs: > > Grrr. I thought we'd nailed that... > >> then it hangs for at least an hour or so. My configure invo

Re: popen test hangs

2009-07-07 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marijn Schouten (hkBst) wrote: > Neil Jerram wrote: >> "Marijn Schouten (hkBst)" writes: > >>> it seems that the popen test hangs: >> Grrr. I thought we'd nailed that... > >>> then it hangs

Re: Elisp lexical-let

2009-07-22 Thread Marijn Schouten (hkBst)
the lexical variable `x' and also lexical-set(q). It seems to me that only the dereferencing of variables is dynamic or lexical, not the binding. Thus you don't even need lexical-let and `(lexical x)' would be `x' found in the lexical environment (if it isn't found you can

Re: Elisp lexical-let

2009-07-23 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Kraft wrote: > Hi Marijn, > > Marijn Schouten (hkBst) wrote: >> Guile also has lexical and dynamic variables; the fluids[1]. Queinnec >> in his >> book LiSP also describes a system that has (default) lexical and dyna

Re: Elisp lexical-let

2009-07-24 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Kraft wrote: > Hi, > > thanks for your comments; I'm still a bit confused, though :$ > > Marijn Schouten (hkBst) wrote: >>> What's about this: >>> >>> (defun test () a) >>&

Re: guile performance - Ackermann function: way slower than emacs, slower still if compiled

2009-08-04 Thread Marijn Schouten (hkBst)
wline))" ; $ time guile -l acker.scm -c "(display (A 3 9))(newline)" ; $ gsi acker.scm -e "(time (pp (A 3 9)))" (define (A m n) (let loop ((m+ (list m)) (n n)) (if (null? m+) n (let loop1 ((m (car m+)) (m* (cdr m+)) (n n)) (if (= m 0)

Re: what am I doing wrong building 1.8?

2007-08-19 Thread Marijn Schouten (hkBst)
.. guile-readline... + cd guile-readline + ./autogen.sh configure.in:8: installing `./missing' configure.in:8: installing `./install-sh' Makefile.am: installing `./depcomp' + echo 'Now run configure and make.' Now run configure and make. + echo 'You must pass the `--enab

Re: what am I doing wrong building 1.8?

2007-08-20 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ludovic � wrote: > Hi, > > "Marijn Schouten (hkBst)" <[EMAIL PROTECTED]> writes: > >> + gnulib-tool --update >> gnulib-tool: *** cannot find ./configure.ac >> gnulib-tool: *** Stop. > > Normally,

Re: what am I doing wrong building 1.8?

2007-08-20 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ludovic � wrote: >>> "Marijn Schouten (hkBst)" <[EMAIL PROTECTED]> writes: >>> >>>> + gnulib-tool --update >>>> gnulib-tool: *** cannot find ./configure.ac >>>> gnulib-tool: *** St

Re: what am I doing wrong building 1.8?

2007-08-21 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ludovic � wrote: > Hi, > > "Marijn Schouten (hkBst)" <[EMAIL PROTECTED]> writes: > >> Ludovic � wrote: > >>> Strange. I use the exact same version of `gnulib-tool' here and it >>> finds

"guile-config link" reports LDFLAGS it has been compiled with

2007-12-16 Thread Marijn Schouten (hkBst)
BS" +GUILE_LIBS="$LIBS" GUILE_CFLAGS="$PTHREAD_CFLAGS" AC_SUBST(GUILE_LIBS) AC_SUBST(GUILE_CFLAGS) as reported in http://bugs.gentoo.org/show_bug.cgi?id=202205 thank you, Marijn - -- Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML <http://www.gentoo.org/pr

Re: guile-1.8.4 build failed on Leopard.

2008-04-11 Thread Marijn Schouten (hkBst)
3 [2]:http://bugs.gentoo.org/attachment.cgi?id=145645 Marijn - -- Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML <http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://en

goops comments about new module system

2008-04-17 Thread Marijn Schouten (hkBst)
get the new module system */ So I was wondering which module system these comments refer to. Marijn - -- Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML <http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU

[PATCH] libtool-2.2.4

2008-05-06 Thread Marijn Schouten (hkBst)
guile-config]) ~ AC_CONFIG_SRCDIR(GUILE-VERSION) ~ AM_INIT_AUTOMAKE([gnu no-define check-news]) Marijn [1]: http://bugs.gentoo.org/show_bug.cgi?id=212723 - -- Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML <http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode ---

Re: [PATCH] libtool-2.2.4

2008-05-08 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neil Jerram wrote: | "Marijn Schouten (hkBst)" <[EMAIL PROTECTED]> writes: | |> --- configure.in.old2008-05-06 23:48:26.0 +0200 |> +++ configure.in2008-05-06 23:48:26.0 +

Re: math tests on amd64

2008-06-20 Thread Marijn Schouten (hkBst)
perating > systems on amd64? If so, I should look into whether it's a NetBSD bug, > variance in floating point flags, or a guile bug. > > So far this looks like a failure of NetBSD on amd64 to follow POSIX: > http://www.opengroup.org/onlinepubs/009695399/functions/exp.html - -- M

Re: Compiling GUILE

2008-08-31 Thread Marijn Schouten (hkBst)
pass gcc the option "-m32" or "-m64" to force 32-bit or 64-bit code. Marijn - -- Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML <http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux

Re: A bug, unless I'm mistaken

2009-02-10 Thread Marijn Schouten (hkBst)
gt; Regards > > Michael > > > Works for me with 1.8.6 on linux. - -- Sarcasm puts the iron in irony, cynicism the steel. Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML <http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode -BEGIN PGP SIGNAT

Re: A bug, unless I'm mistaken

2009-02-10 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marijn Schouten (hkBst) wrote: > Michael Burschik wrote: >> (use-modules (oop goops)) > >> (define-class () >> name) > >> (make ) > > > >> This makes guile 1.8.5 crash with a segment

Re: vm status update

2009-02-16 Thread Marijn Schouten (hkBst)
es in the last month, then talk > seriously about a merge to master. I think it's ready. > > Happy hacking, > > Andy > > ps. Guile finally loads faster than Python now. It's about time... Always a pleasure to read your updates. Thanks, Marijn ps