this post was submitted on 10 Sep 2023
58 points (95.3% liked)
General Programming Discussion
7803 readers
1 users here now
A general programming discussion community.
Rules:
- Be civil.
- Please start discussions that spark conversation
Other communities
Systems
Functional Programming
Also related
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
They work in terminal. To me a more interesting question would be, why VSCode over PyCharm for Python for example.
+1: ed/vi/vim is on every system with a shell, if you can ssh into it, you can edit files using those tools, it's worth knowing them.
Nano is adorable, and EMACS is notoriously huge, both in capabilities and learning curve.