Fixing cyclic import static construction problems

Paulo Pinto pjmlp at progtools.org
Thu Nov 29 03:39:19 PST 2012


On Thursday, 29 November 2012 at 03:19:55 UTC, Andrei 
Alexandrescu wrote:
> On 11/28/12 9:34 PM, Walter Bright wrote:
>> For discussion:
> [snip]
>
> I'd say we better finish const, immutable, and shared first.
>
> Andrei

+1

Fully agree.

Cyclic imports are a minor nuisance that can be easily solvable 
with better code architecture.

Turbo Pascal/Delphi is the only language that I know fully allows 
cyclic dependencies between modules. So this is not that 
important for most people.

--
Paulo


More information about the Digitalmars-d mailing list