What programming tools do you usually use?
forkit
forkit at gmail.com
Fri Nov 12 23:22:44 UTC 2021
On Friday, 12 November 2021 at 22:38:48 UTC, Dr Machine Code
wrote:
> On Friday, 12 November 2021 at 22:33:00 UTC, forkit wrote:
>> On Friday, 12 November 2021 at 21:05:05 UTC, Dr Machine Code
>> wrote:
>>> willing to learn what [programming
>>> tools](https://en.wikipedia.org/wiki/Programming_tool) do you
>>> guys use when coding in D. Maybe there are something new out
>>> there. The tools aside from the usual
>>> compiler(dmd/ldc/gdc)/debugger/dub
>>
>> I use my own custom GUI IDE (winforms/C#) which I developed
>> myself, cause nothing out there did what it wanted it to do.
>>
>> I call it EZ Compiler.
>>
>> Here is screen dump of it (not sure how long link lasts)
>>
>> https://imgur.com/a/PvBm2q4
>
> Do you use it like a REPL window?
It's as close as I want to getting a REPL window, but no closer.
I don't like tools that do too much for you 'automatically' ..
like that godbolt thing, which reacts to every key stroke... that
really bugs me!!
I still prefer to manage the code|run|display loop myself ;-)
More information about the Digitalmars-d
mailing list