[racket-dev] experiment reorganizing the repo into packages
An hour ago, Neil Toronto wrote:
>
> I expect `plot' to depend on `math' in the near-ish future. Right
> now, `math' already depends on `plot' to build its docs. IOW, I
> expect the sources to be interdependent, but as binaries, `plot'
> will depend on `math' but `math' won't depend on `plot'. Can the
> package system handle that, or will I have to merge the two or
> factor out a common parent?
I'm guessing that you won't -- I don't know enough details, but one
thing that I can guarantee is that this kind of situation is nothing
compared to some of the existing dependency spaghetti...
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!