, Lilypond depends on the 1.8 libraries,
not 2.0, but perhaps it has been fixed? (Texmacs seems to have become
non-free.)
Klaus Schilling
memory image of an interactive common lisp engine
with a new main function wrapping the repl.
Many years ago, there was SCWM by former leading guile developer Maciej
Stachowiak (or similar), but it has disappeared long since.
Klaus Schilling
From: Ian Price
Subject: Re: regexp character classes not supported?
Date: Tue, 08 Jan 2013 12:32:02 +
> Klaus Schilling writes:
>
> > does irregex support SNOBOL-style patterns?
>
> I have not used SNOBOL, so I can't really say for sure if irregexes
> func
modules (wak irregex))
>
> > Irregex is written with Unicode in mind, and supports not only
> > perl-style regexps, but also Olin Shivers' SRE (Scheme Regular
> > Expression) syntax, which is a far superior notation for complex
> > or dynamically-constructed regexps.
does irregex support SNOBOL-style patterns?
Klaus Schilling
From: l...@gnu.org (Ludovic Courtès)
Subject: Re: Startup failure
Date: Mon, 09 Jul 2012 11:39:29 +0200
> Hi,
>
> Sorry for the late reply.
>
> Klaus Schilling skribis:
>
> > From: l...@gnu.org (Ludovic Courtès)
> > Subject: Re: Startup failure
> > D
gnal handlers
within a dynamic-wind). The same problem was already in 2.0.0. In
1.8.8, system* and sigaction work flawlessly. Also, system without a
star works well even with 2.0.5. So the problem rests with some, but
not all posix procedures.
Klaus Schilling
From: l...@gnu.org (Ludovic Courtès)
Subject: Re: Startup failure
Date: Fri, 01 Jun 2012 18:26:26 +0200
Hi Ludovic,
> Hi Klaus,
>
> Klaus Schilling skribis:
>
> > ERROR: Throw to key `decoding-error' with args `("scm_from_stringn"
> > "input locale
# #]
368: 3 [eval # #]
In unknown file:
?: 2 [system* "guile" "-c" "(exit 42)"]
In ice-9/boot-9.scm:
105: 1 [# stack-overflow ...]
65: 0 [abort-to-prompt catch4 stack-overflow #f "Stack overflow" #f
#f]
ice-9/boot-9.scm:65:2: In procedure abort-to-prompt:
ice-9/boot-9.scm:65:2: Stack overflow
at this point, `make check' hangs indefinitely.
Klaus Schilling
m library?
Klaus Schilling
position 1
> (expecting symbol): "STRING"
>
When booting and before loading the script indicated by the -s switch,
guile comes to operate in a ``virtual file'' in which the command line is
processed, among other things. It's not really a file, thence unknown, it just
behaves, at
least for the debugger's viewpoint, like a file containing the
instruction to load symbol1.scm or compiling load1.scm and thereupon
load the compiled code.
Klaus Schilling
How does one implement a metacircular evaluator in Guile 2 with local
environments and local-eval? Those got trashed.
Klaus Schilling
there any proper module
> > available?
>
> (sxml xpath).
>
> Not well documented though...
It doesn't implement the axes.
Klaus Schilling
the order of evaluation is
not specified.
Hence
(define x 0)
(gor (= x 0) (/ x))
gives a numerical overflow error,
whereas
(define x 0)
(or (= x 0) (/ x))
returns true.
If the terms to be evaluated contain non-commutable side effects,
things get out of control, whereas in the macro `or', you may rely on
the order of the side effects.
Klaus Schilling
en by
Queinnec and De Roure. They allow for a unified approach for many different
things involving code-sharing.
Klaus Schilling
Is there a simple way to implement a custom reader for skribilo? The
user-manual only mentions custom target engines.
Klaus Schilling
For editing skribe files, I use the skribe mode for emacs that is
based on bee (biglou editing environment). Is this mode also suited for
editing skribilo files?
Klaus Schilling
From: Clinton Ebadi <[EMAIL PROTECTED]>
Subject: Re: rfc (define-module ... #:use-modules ...)
Date: Thu, 04 Oct 2007 13:14:22 -0400
>
> I would prefer something with the syntax
>
> #:use-modules ((a b c)
>((d e f) #:select (x y z)))
>
that's d
From: Thien-Thi Nguyen <[EMAIL PROTECTED]>
Subject: rfc (define-module ... #:use-modules ...)
Date: Thu, 04 Oct 2007 16:10:45 +0200
>
> what do people think of this syntatic sugar?
it's ugly and unlispish
Klaus Schilling
___
Guile-
Is the hobbit project of a guile2c compiler dead by now?
Klaus Schilling
___
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
error, as in some places
these variable names are first arguments to set! , hence have
to be symbols.
I don't understand yet what the functions in calling.scm
are supposed to do, thus can't fix it, and the comments in
calling.scm are too vague, and the guilr-ref refuses
to document th
How does one make statically built extensions visible in
modules?
Klaus Schilling
___
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
What's the reason for continuing 1.4 while 1.8.* is already released?
Klaus Schilling
___
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
Is it dangerous to reallocate from scheme wrapper code
pointers that have been allocated or
declared NULL in code that was executed before boot_guile was called?
does declaring critical sections arround those reallocation calls
smoothen the situation?
Klaus Schilling
From: [EMAIL PROTECTED] (Ludovic Courtès)
Subject: Re: functional datastractures
Date: Thu, 08 Mar 2007 11:41:51 +0100
> Hi,
>
> Klaus Schilling <[EMAIL PROTECTED]> writes:
>
> > Are there already attempts to provide truly functional data structures
> > a la Okas
Are there already attempts to provide truly functional data structures
a la Okasaki for guile? I guess srfi-40 will be necessary to achieve
most of them efficiently.
Klaus Schilling
___
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org
d DOM event handling (events are scripted
> in Scheme) are all implemented as Guile Scheme modules (see,
> respectively, the SSAX/SXML project, SCSS and SDOM).
>
does libruin depend on the SLIB ?
Klaus Schilling
___
Guile-user mailing lis
Why is SDOM not part of the guile-lib,
whereas SSAX is?
Klaus Schilling
___
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
Jim Blandy wrote a manual for that almost 10 years ago,
coming with the guile dists.
Nowadays, the gh_ interface is deprecated, so one should
switch to scm_ interface in non-heritage projects
Klaus Schilling
___
Guile-user mailing list
Guile-user@gnu.org
ht
r guile seem to
provide for more possibilities)
Klaus Schilling
___
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
e
are desirable.
procedure-with-setter may help to provide for such a unification
even without oo, albeit restricted to storage and retrieval.
Klaus Schilling
___
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
30 matches
Mail list logo