this post was submitted on 09 Aug 2026
445 points (98.5% liked)
Programmer Humor
32739 readers
796 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
People program in things like nano? Wow. I want to learn that. I also have only really used them for configs, terminal profiles, …
Can they offer autocomplete and syntax highlighting like vscode can, extendable for different languages and whatnot?
Nano has syntax highlighting out of the box IIRC. I've used it for programming in a pinch but no, it's nowhere near as extensible as VSCode or Vim. It's a text editor, not an IDE
nano has supported syntax highlighting for a good long while, and for the Debian package at least, comes with a bunch of predefined languages in
/usr/share/nano/*.nanorc.I wouldn't recommend it for large projects, but I've created and edited shell and Perl scripts with it plenty of times.
I've programmed in notepad. Not often or very much, because even though I operated in a Windows environment, I didn't hate myself, but simple edits or creating small files was possible if you knew what you were doing. More could be done too, if you wanted to pretend you were a caveman programmer.