I am already doing what you suggest -- importing dependencies -- but the imported code is in source form. So if I have a utilities.nim file and three of my applications need to use it, I am compiling utilities.nim three times. The real point of my original message was that I'd like to avoid the redundant compilations. Is there a way to do this?
- Application-specific library? donallen
- Re: Application-specific library? Araq
- Re: Application-specific library? donallen
