
eero.linna
2019-1-22 12:37:21
@eero.linna has joined the channel

dan.ml.901
2019-1-23 02:40:41
is there a parameter that will cause (require (file "asdf.rkt"))
to look for the file "asdf.rkt"
in a certain directory (other than the directory the require
appears in)?

dan.ml.901
2019-1-23 02:50:43
basically I need (require (file "a/b.rkt"))
to operate relative to a particular directory, but not one that is in a collection

dan.ml.901
2019-1-23 02:51:11
this is in the context of a dynamic-require
, so parameterizing a parameter is viable