Re: Modifying nested dictionary/alist type data

2016-04-15 Thread Andreas Rottmann
t of lilypond). HTH, Rotty -- Andreas Rottmann -- <http://rotty.xx.vu/>

Re: [ANN] Sly 0.1 released

2015-11-13 Thread Andreas Rottmann
somewhere else, or is it just tarballs for the time being? [1] https://news.ycombinator.com/item?id=7959871 Regards, Rotty -- Andreas Rottmann -- <http://rotty.xx.vu/>

Re: HTTP GET Shakespeare

2015-08-22 Thread Andreas Rottmann
://srfi.schemers.org/srfi-1/srfi-1.html#delete-duplicates Regards, Rotty -- Andreas Rottmann -- http://rotty.xx.vu/

G-Wrap 1.9.14 released

2011-12-04 Thread Andreas Rottmann
-- Andreas Rottmann -- http://rotty.yi.org/

Re: scm_defined_p(sym, env)

2011-08-23 Thread Andreas Rottmann
avoiding top-posts (see for instance http://www.usenet-replayer.com/faq/alt.games.generals.html for a rationale). -- Andreas Rottmann -- http://rotty.yi.org/

Re: open-pipe deadlocked

2011-08-02 Thread Andreas Rottmann
issue? [1] http://pubs.opengroup.org/onlinepubs/007904975/functions/pthread_atfork.html Regards, Rotty -- Andreas Rottmann -- http://rotty.yi.org/

Re: Build System?

2011-06-16 Thread Andreas Rottmann
exactly you are looking for. [0] http://home.gna.org/dorodango/ -- Andreas Rottmann -- http://rotty.yi.org/

Re: error building from master checkout

2011-04-07 Thread Andreas Rottmann
work on Guile itself that's supposed to go into 2.2 (only) eventually, I'd recommend using the stable-2.0 branch. See also http://lists.gnu.org/archive/html/guile-devel/2011-03/msg00010.html. Regards, Rotty -- Andreas Rottmann -- http://rotty.yi.org/

Re: FFI nuisance

2011-03-02 Thread Andreas Rottmann
breakage when the ABI changes (which does imply a SONAME bump on sanely-maintained libraries). Regards, Rotty -- Andreas Rottmann -- http://rotty.yi.org/

Re: FFI nuisance

2011-03-02 Thread Andreas Rottmann
Aidan Gauland aidal...@no8wireless.co.nz writes: On Wed, Mar 02, 2011 at 03:49:22PM +0100, Andreas Rottmann wrote: l...@gnu.org (Ludovic Courtès) writes: Hi, Aidan Gauland aidal...@no8wireless.co.nz writes: I'm trying to use SDL through Guile's dynamic FFI. There's a slight

Re: Problem with define-macro from compiled file (Guile 1.9)

2011-01-07 Thread Andreas Rottmann
invocation of `when' will break when implemented with `define-macro' as above: (let ((begin #f)) (when #t (display Launching missiles!\n))) Regards, Rotty -- Andreas Rottmann -- http://rotty.yi.org/

Re: [r6rs] abusive request for help on unbound variable error

2010-11-21 Thread Andreas Rottmann
I hope that someone gives that patch a review soon (*hint* *hint*)... Regards, Rotty -- Andreas Rottmann -- http://rotty.yi.org/

Re: Guile base64

2010-09-02 Thread Andreas Rottmann
deal closer together. ] Regards, Rotty -- Andreas Rottmann -- http://rotty.yi.org/

Re: Can't define in (if...) after (use-syntax (ice-9 syncase)) ?

2010-08-27 Thread Andreas Rottmann
) (if #t (define foo bar)) While compiling expression: ERROR: In procedure macroexpand: ERROR: definition in expression context in subform `foo' of `bar' What do you want to achieve in your code? Regards, Rotty -- Andreas Rottmann -- http://rotty.yi.org/

Re: Failing to build g-wrap for guile 1.9.10

2010-06-02 Thread Andreas Rottmann
a/g-wrap/core-runtime.c b/g-wrap/core-runtime.c index cb0f310..66c24a5 100644 --- a/g-wrap/core-runtime.c +++ b/g-wrap/core-runtime.c @@ -1,5 +1,5 @@ /** -Copyright (C) 2003-2004 Andreas Rottmann +Copyright (C) 2003-2004, 2010

Re: Need help to understand a macro

2010-03-22 Thread Andreas Rottmann
Josef Wolf j...@raven.inka.de writes: On Fri, Mar 19, 2010 at 05:15:57PM +0100, Andreas Rottmann wrote: defmacros are bound to bite you in the proverbial ass real hard when you combine them with modules, so it's best to avoid them like the plague. At least that's my experience, FWIW. Thanks

Re: Need help to understand a macro

2010-03-19 Thread Andreas Rottmann
experience, FWIW. Regards, Rotty -- Andreas Rottmann -- http://rotty.yi.org/

Re: return-it - ???

2010-01-12 Thread Andreas Rottmann
called `begin0', and at least PLT and Gauche provide it. Regards, Rotty -- Andreas Rottmann -- http://rotty.yi.org/

G-Wrap 1.9.13 released

2009-10-28 Thread Andreas Rottmann
migrated the G-Wrap bzr repository to git, see http://www.nongnu.org/g-wrap/development.html Enjoy! Regards, Rotty -- Andreas Rottmann -- http://rotty.yi.org/

Re: Checking for guile from configure -- forward compat.

2009-08-13 Thread Andreas Rottmann
different .pc file names. Regards, Rotty -- Andreas Rottmann -- http://rotty.yi.org/

Re: survey: indentation declaration style

2009-05-11 Thread Andreas Rottmann
Thien-Thi Nguyen t...@gnuvola.org writes: I've tentatively adopted the following indentation declaration style. Non-coincidentally, it resembles that used for Emacs Lisp code. The #; represents pan-Scheme (R7RS?) wishful thinking. (define-macro (forse precond . corpo) ;;#;(declare

Re: Valgrind warnings with -1.8.6

2009-04-07 Thread Andreas Rottmann
Andrew Gaylard a...@computer.org writes: Hi, I'm linking with libguile on Linux, built from source, to extend my C application with Scheme. I'm seeing a lot of warnings from valgrind.  The same warnings appear when using Guile standalone. Should I be worried? No, this is normal AFAIK. The

Re: bindings for free identifiers in (ice-9 syncase)

2009-03-19 Thread Andreas Rottmann
Julian Graham jool...@gmail.com writes: Hi Guilers, Alright, I've been banging my head against this for several weeks now and only just had the time to sit down and research this: If you use a symbol in an `(ice-9 syncase)' macro definition that's bound in the lexical closure in which that

Re: Thoughts on g-wrap, guile FFI and guile-gnome

2009-02-23 Thread Andreas Rottmann
Andy Wingo wi...@pobox.com writes: Hello! Your insights in reverse: On Sat 21 Feb 2009 03:52, Andreas Rottmann a.rottm...@gmx.at writes: it might make sense to provide a pure-Scheme FFI inside Guile core (perhaps just molding the current G-Wrap runtime library into shape). Once you have

Thoughts on g-wrap, guile FFI and guile-gnome [was: 1.9.11 ffi reference bug]

2009-02-20 Thread Andreas Rottmann
[ Sorry for the crossposting, but I think (a part of) the message is relevant for all mailing lists I'm sending this to ] Greg Troxel g...@ir.bbn.com writes: [ Regarding the need for a G-Wrap release, due to a bug ] It is. I've a release tarball ready, will upload this weekend (along

Re: Modified load-path proposal

2005-10-13 Thread Andreas Rottmann
/guile. I strongly support making this the default/standard way, too. I'd be highly annoyed (well, that's an understatement ;)) if a ./configure make sudo make install of some package would put files under /usr just because guile happens to be installed there. -- Andreas Rottmann | [EMAIL

Re: guile projects list entry for BOKIN

2005-07-10 Thread Andreas Rottmann
system, which makes programming more complex things in it a major PITA, IMO. Regards, Rotty -- Andreas Rottmann | [EMAIL PROTECTED] | [EMAIL PROTECTED] | [EMAIL PROTECTED] http://yi.org/rotty | GnuPG Key: http://yi.org/rotty/gpg.asc Fingerprint | DFB4 4EB4 78A4 5EEE 6219

Re: guile-core.unstable-20050414

2005-04-15 Thread Andreas Rottmann
: [EMAIL PROTECTED]:~ 3 $ dpkg -l | grep gmp ii libgmp34.1.4-6Multiprecision arithmetic library You need libgmp3-dev. Rotty -- Andreas Rottmann | [EMAIL PROTECTED] | [EMAIL PROTECTED] | [EMAIL PROTECTED] http://yi.org/rotty | GnuPG Key: http

Re: Urgent need for solution: guile to serve the web (+ python?)

2005-04-02 Thread Andreas Rottmann
-- Andreas Rottmann | [EMAIL PROTECTED] | [EMAIL PROTECTED] | [EMAIL PROTECTED] http://yi.org/rotty | GnuPG Key: http://yi.org/rotty/gpg.asc Fingerprint | DFB4 4EB4 78A4 5EEE 6219 F228 F92F CFC5 01FD 5B62 v2sw7MYChw5pr5OFma7u7Lw2m5g/l7Di6e6t5BSb7en6g3/5HZa2Xs6MSr1/2p7