▲ | exceptione 8 hours ago | |||||||
I have to somewhat defend Eclipse as the Java platform too. Twenty years ago people had hardly any RAM in their machines, and Eclipse definitely suffered for that, because without RAM you run into lots of disk i/o. The JRE was born in a time of scarce cpu power and low RAM capacities. It has put tremendous optimization pressure on the project. I develop on .net nowadays, but I have the utmost respect of what they pulled off. I dare you to install an Eclipse product these days. It will run circles around any Electron offering, while offering real parsers (not treesitter), and reliable code intelligence across vast source projects. | ||||||||
▲ | zdimension 8 hours ago | parent [-] | |||||||
> while offering real parsers (not treesitter) Honest question, what's wrong with treesitters? | ||||||||
|