* Guile V2.0 (include) procedure.
@ 2011-07-19 23:40 Ian Hulin
2011-07-21 12:46 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Ian Hulin @ 2011-07-19 23:40 UTC (permalink / raw)
To: guile-user
In another post Ludo mentioned an as yet undocumented (include) procedure.
How does it differ from (load)?
Could LilyPond add a stub for use with V1.8 (as we did for
(module_export_all!) )?
What's the calling interface?
How does it interact with %load-path and %load-compiled-path?
How is it affected by GUILE_AUTO_COMPILE?
Cheers,
Ian Hulin
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Guile V2.0 (include) procedure.
2011-07-19 23:40 Guile V2.0 (include) procedure Ian Hulin
@ 2011-07-21 12:46 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2011-07-21 12:46 UTC (permalink / raw)
To: guile-user
Hi Ian,
Ian Hulin <ian@hulin.org.uk> skribis:
> In another post Ludo mentioned an as yet undocumented (include) procedure.
>
> How does it differ from (load)?
‘include’ includes a file at compile-time (like cpp’s #include
directives), whereas ‘load’ evaluates a file at run-time.
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-21 12:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-19 23:40 Guile V2.0 (include) procedure Ian Hulin
2011-07-21 12:46 ` Ludovic Courtès
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).