Thomas Morley
2018-11-04 11:55:24 UTC
Hi,
what's up with 'current-load-port'?
Simply checking in a guile-prompt I get:
guile-1.8: #<primitive-procedure current-load-port>
guile-2.0.14: #<procedure current-load-port ()>
guile-2.2.4 and guile-2.9.1:
;;; <unknown-location>: warning: possibly unbound variable `current-load-port'
ERROR: In procedure module-lookup: Unbound variable: current-load-port
It's in the manual, though, without any hint it could be deprecated or
disabled or the need to use a certain module.
What am I missing?
Cheers,
Harm
what's up with 'current-load-port'?
Simply checking in a guile-prompt I get:
guile-1.8: #<primitive-procedure current-load-port>
guile-2.0.14: #<procedure current-load-port ()>
guile-2.2.4 and guile-2.9.1:
;;; <unknown-location>: warning: possibly unbound variable `current-load-port'
ERROR: In procedure module-lookup: Unbound variable: current-load-port
It's in the manual, though, without any hint it could be deprecated or
disabled or the need to use a certain module.
What am I missing?
Cheers,
Harm