Re: Generating compiled scm (.go) files as part of LilyPond build

2011-01-28 Thread Andy Wingo
Hi Ian, On Thu 30 Dec 2010 12:43, Ian Hulin writes: > On 01/12/10 22:08, Andy Wingo wrote: >> On Wed 01 Dec 2010 22:21, Ian Hulin writes: >> >>> ian@greebo$ guile-tools compile scm/lily-library.scm >>> wrote >>> `/home/ian/.cache/guile/ccache/2.0-0.S-LE-4/home/ian/lilypond/scm/lily-library.scm

Re: Modules

2011-01-28 Thread Andy Wingo
On Wed 08 Dec 2010 12:45, Marek Kubica writes: > Is there a way to add the current directory to the search path? I think > this should be default, just like in Python, otherwise creating modules > is a really big hassle. As Andreas mentions, -L is the thing. We don't add the current directory t

Re: About 'quote'

2011-01-28 Thread Andy Wingo
On Fri 10 Dec 2010 12:22, self writes: > scheme@(guile-user)> (eq? 'abc 'abc) > $1 = #t > scheme@(guile-user)> (eq? '(+ x 1) '(+ x 1)) > $2 = #f > > why $1 is true and $2 is false? > when I looked for 'quoting' in the r6rs > I found it: > Different constants that are the value of a quote express

Re: Demo program guile(1.8.7) Win32(XP) C++ g++( 4.3.4) cygwin(1.7.7-1) UNICODE tortoise (integrated console)

2011-01-28 Thread Andy Wingo
On Sat 11 Dec 2010 16:39, "objc" writes: > Any interest in any of the above keywords ? > I wrote it, should I publish it ? > > Interested in knowing if people use MSwindows and guile much ? Send it along to guile-sour...@gnu.org, if you are interested in doing so :) Andy -- http://wingolog.o