unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* how far does eval go when module gets compiled?
@ 2016-01-12  4:52 Matt Wette
  2016-01-12  7:56 ` Taylan Ulrich Bayırlı/Kammer
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Wette @ 2016-01-12  4:52 UTC (permalink / raw)
  To: guile-user

When a module is compiled to generate a .go file is it possible to know (predict) what will be evaluated?

For example

(define-module (foo) #:export (bar))

(define bar (+ 3 4))

Is the “+” executed at compile time or at load time?

Matt




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-12 19:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-12  4:52 how far does eval go when module gets compiled? Matt Wette
2016-01-12  7:56 ` Taylan Ulrich Bayırlı/Kammer
2016-01-12 19:52   ` 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).