7 ms·
No way man. REPL is *more* useful the bigger, more massive the project. I work on massive C# website that takes forever to warm up and get running. Stuck on ol
by foobarbaz33 2y ago
No way man. REPL is *more* useful the bigger, more massive the project.
I work on massive C# website that takes forever to warm up and get running. Stuck on old .net framework. A rebuild/rerun of the website after each little change is incredibly frustrating and slows down the feedback loop. Fortunately Microsoft implemented hot reload, and it has been a game changer. It still has all sorts of quirks and gotchas, but despite that I love it.
If there is one thing to take from common lisp, it's the live image development style. It's unfortunately hard to bolt on to languages not designed for it from the ground up.
- neonsunset 2y agoIf market conditions allow it, you stand to gain a huge improvement to QoL of dev loop by getting a position that is on a modern version. But I don't know your situation, just sharing that .NET Framework based products are dreadful to work with in 2024 over .NET 6/8.