Programs in D are huge

IGotD- nise at nise.com
Thu Aug 18 16:56:34 UTC 2022


On Wednesday, 17 August 2022 at 17:25:51 UTC, Ali Çehreli wrote:
> On 8/17/22 09:28, Diego wrote:
>
> > I'm writing a little terminal tool, so i think `-betterC` is
> the best
> > and simple solution in my case.
>
> It depends on what you mean with terminal tool bun in general, 
> no, full features of D is the most useful option.
>
> I've written a family of programs that would normally be run on 
> the terminal; I had no issues that would warrant -betterC.
>
> Ali

BetterC means no arrays or strings library and usually in 
terminal tools you need to process text. Full D is wonderful for 
such task but betterC would be limited unless you want to write 
your own array and string functionality.


More information about the Digitalmars-d-learn mailing list