What programming tools do you usually use?

Dr Machine Code jckj33 at gmail.com
Sat Nov 13 01:47:37 UTC 2021


On Saturday, 13 November 2021 at 00:34:33 UTC, forkit wrote:
> On Friday, 12 November 2021 at 23:50:31 UTC, Dr Machine Code 
> wrote:
>>
>> that sounds interesting, is this tool available to public?
>>
>
> No. As Ken Thompson would say, I don't want to be the [drug] 
> pusher ;-)

oh i see. If I didn't got such tool anywhere, I may need to wrote 
one myself

> Today I'm thinking about adding a new feature 'Top level 
> statements for D' ..
>
> ..so that I can just write this:
>
> // ------------------
> printHello();
>
> void printHello()
> {
>     writeln("Hello world!");
> }
> // ----------------------
>
>
> EZ Compiler will create the necessary scaffolding.. i.e. import 
> std; and main()

that's also interesting, Linqpad has something to dump statements 
too



More information about the Digitalmars-d mailing list