Re: Guile 1.8 / Viper System Interface

2015-06-28 Thread klaus schilling
, 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

Re: [ANN] Guile-WM 0.1/Guile XCB 1.1

2013-08-24 Thread 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

Re: regexp character classes not supported?

2013-01-14 Thread 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

Re: regexp character classes not supported?

2013-01-06 Thread Klaus Schilling
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

Re: Startup failure

2012-07-12 Thread 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

Re: Startup failure

2012-06-02 Thread Klaus Schilling
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

Re: Startup failure

2012-06-01 Thread 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

Startup failure

2012-06-01 Thread Klaus Schilling
# #] 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

Re: Guile on Zile, module questions

2011-12-28 Thread Klaus Schilling
m library? Klaus Schilling

Re: Backtraces in Guile 2.0

2011-02-21 Thread 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

metacircular evaluater with local environments

2011-02-17 Thread Klaus Schilling
How does one implement a metacircular evaluator in Guile 2 with local environments and local-eval? Those got trashed. Klaus Schilling

Re: Is there any xpath2.0 in Guile available?

2011-02-10 Thread Klaus Schilling
there any proper module > > available? > > (sxml xpath). > > Not well documented though... It doesn't implement the axes. Klaus Schilling

Re: About the primitive macros `and' and `or'

2009-12-25 Thread 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

Re: Me no understand scoping

2008-07-30 Thread Klaus Schilling
en by Queinnec and De Roure. They allow for a unified approach for many different things involving code-sharing. Klaus Schilling

skribilo readers

2008-05-24 Thread Klaus Schilling
Is there a simple way to implement a custom reader for skribilo? The user-manual only mentions custom target engines. Klaus Schilling

Re: [ANN] Skribilo, a Schemey Document Authoring System

2008-05-07 Thread 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

Re: rfc (define-module ... #:use-modules ...)

2007-10-04 Thread 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

Re: rfc (define-module ... #:use-modules ...)

2007-10-04 Thread Klaus Schilling
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-

hobbit

2007-09-30 Thread Klaus Schilling
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

calling.scm

2007-09-29 Thread Klaus Schilling
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

statically build extensions and modules

2007-09-27 Thread Klaus Schilling
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

Re: Guile 1.4.1.111 available

2007-09-27 Thread Klaus Schilling
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

reallocating data not covered by gc

2007-09-24 Thread Klaus Schilling
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

Re: functional datastractures

2007-03-11 Thread 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

functional datastractures

2007-03-08 Thread Klaus Schilling
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

ANN: libRUIN project development release 0.1.1

2006-02-01 Thread klaus schilling
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

Re: ANN: SDOM project development release 0.4

2005-12-30 Thread klaus schilling
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

Re: C structures

2005-12-30 Thread klaus schilling
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

Re: string parsing/preparation for latex

2005-11-08 Thread klaus schilling
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

avltrees

2005-10-03 Thread klaus schilling
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