guile-user
[Top][All Lists]
Advanced

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

%load-path


From: Damien Mattei
Subject: %load-path
Date: Sat, 12 Jun 2021 10:47:45 +0200

hi,
i had :
;; set current path in load path
(set! %load-path (reverse (cons "." (reverse %load-path))))
in my .guile
in guile 2.*
and i was able to load module like that:
(not sure it is correct to do that)

(use-modules (guile/growable-vector))
and now it works with:
(use-modules (guile growable-vector))

in guile 2.* the beahvior was exactly opposite: the first example worked
not the second

did someone know if it changed? or a possible problem in my config files?

Damien


reply via email to

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