Sharding Phobos an alternative to sharding druntime
    monkyyy 
    crazymonkyyy at gmail.com
       
    Sun Jun 23 16:57:34 UTC 2024
    
    
  
On Sunday, 23 June 2024 at 16:24:23 UTC, Paolo Invernizzi wrote:
> 
> Phobos modules interdependencies should be reduced? It's a 
> decade that this point is on the table, I was here when Andrei 
> rants about Phobos quality were flying around.  Nothing new 
> introduced into the "language as a whole" supersede the simple 
> point that hard analysis work needs to be done on the code 
> itself.
is it hard? I'd try just "tempateify" everything
I think you could write a script that trasformed `alias foo=`=> 
`alias foo()=` and `[type] foo(*){`=> `[type] foo()(*){`
    
    
More information about the Digitalmars-d
mailing list