I think the following discrepancy should probably be fixed:
$ guile -L ~/src/scheme/bytestructures/
guile> ,use (scheme eval)
guile> (eval '(cond-expand (lp64 #t) (else #f))
(environment '(guile) ; <=== DIFFERENCE HERE
'(bytestructures guile numeri
On 22.10.2020 20:24, Taylan Kammer wrote:
I think the following discrepancy should probably be fixed:
$ guile -L ~/src/scheme/bytestructures/
guile> ,use (scheme eval)
guile> (eval '(cond-expand (lp64 #t) (else #f))
(environment '(guile) ; <=== DIFFERENCE HERE