repls for d
Lance Bachmeier
no at spam.net
Fri Nov 1 01:03:44 UTC 2024
On Thursday, 31 October 2024 at 23:41:47 UTC, monkyyy wrote:
> adr also suggested dll hacks, and I still dont understand it
> d compiler is fast enough that you can just copy a 100 lines in
> and out of memory and have it compile effectly instantly; if it
> didnt Id be blaming the std before the code the copyed such a
> comparably small string
This is the drepl project:
https://github.com/dlang-community/drepl
The way I've always written my programs is to make a few changes,
recompile with DMD, and fix anything that needs fixing. This
works just fine even for projects with tens of thousands of lines
of code as long as you avoid anything but the simplest templates.
More information about the Digitalmars-d
mailing list