Re: (language tree-il compile-glil) question

2010-04-27 Thread Jon Herron
Cool, thanks for the push. I'll get by on return until the time comes to switch over to the other method that you mentioned. Thanks, Jon - Original Message From: Andy Wingo To: Jon Herron Cc: guile-devel@gnu.org Sent: Tue, April 27, 2010 5:06:39 PM Subject: Re: (language tree-il c

Re: (language tree-il compile-glil) question

2010-04-27 Thread Andy Wingo
On Tue 27 Apr 2010 07:40, Jon Herron writes: > In some late night hacking this evening/morn I came across a question > in (language tree-il compile-glil) - should line 126 read ((return . 1) > . return) instead of ((return . 1) return)? Indeed, it appears that way. I have fixed and pushed, tha

Re: %module-public-interface

2010-04-27 Thread Andy Wingo
Hi Ian, On Fri 02 Apr 2010 02:11, Ian Hulin writes: > On 30/03/10 22:52, Ludovic � wrote: >> >> Lilypond does: >> >> --8<---cut here---start->8--- >>mod = scm_call_0 (maker); >>scm_module_define (mod, ly_symbol2scm ("%module-public-interface"),