What programming tools do you usually use?

Dr Machine Code jckj33 at gmail.com
Fri Nov 12 23:47:30 UTC 2021


On Friday, 12 November 2021 at 23:22:44 UTC, forkit wrote:
> 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.

doesn't support D? I love REPL window, a shame (as far I know) 
there's no one for D. For C# I used LinqPAD. For C/C++ is really 
boring create a new file, going to terminal etc just to test a 
piece of code

> 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!!

that bugs me too, I hate that thing

> I still prefer to manage the code|run|display loop myself ;-)

me too


More information about the Digitalmars-d mailing list