-
I've been enjoying playing around with Dex and have got to the point where I want to have programs spread across multiple source files. It's not obvious to me how to augment the library search path to make this simple. I know that there is a flag to change the lib directory, but if I change it, the prelude can't be found. I guess I could just copy the prelude and any other stuff I want from the standard library, but I wonder if I'm missing something? It would be good to keep the standard library and augment it with additional search paths. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Agreed, this is definitely a missing feature. I guess we could just use the standard UNIX trick of using a list of library paths separated by colons. I'll see how easy it would be to support that. |
Beta Was this translation helpful? Give feedback.
Agreed, this is definitely a missing feature. I guess we could just use the standard UNIX trick of using a list of library paths separated by colons. I'll see how easy it would be to support that.