What programming tools do you usually use?
forkit
forkit at gmail.com
Sat Nov 13 00:34:33 UTC 2021
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 ;-)
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()
More information about the Digitalmars-d
mailing list