guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how far does eval go when module gets compiled?


From: Matt Wette
Subject: how far does eval go when module gets compiled?
Date: Mon, 11 Jan 2016 20:52:19 -0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]