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:
>>
>>
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
-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
-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
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
-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
-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)
>>&
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)
..
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
-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,
-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
-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
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
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
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
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
---
-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 +
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
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
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
-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
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
22 matches
Mail list logo