this post was submitted on 17 Apr 2025
139 points (91.6% liked)
Programmer Humor
22837 readers
342 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
edlin was my favorite for a long time π
Edlin is a line editor, and the only text editor provided with early versions of IBM PC DOS,[1] MS-DOS and OS/2.[2] Although superseded in MS-DOS 5.0 and later by the full-screen MS-DOS Editor, and by Notepad in Microsoft Windows, it continues to be included in the 32-bit versions of current Microsoft operating systems.
https://en.m.wikipedia.org/wiki/Edlin
edit: link and explanation of syntax used if anyone is interested. the w (write) and q (quit) commands made it somewhat similar to VI(M). https://www.computerhope.com/edlin.htm
Finally someone mentions edlin! Real programmers donβt need to see more than a single line at a time.
that is absolutely true and also 640Kb RAM should be enough for everyone π
all the hours and countless reboots spent optimizing config.sys and autoexec.bat to achieve 50kb more of available memory... good memories π
i just moved my files off to an external drive whenever my hdd got full haha
i didnt really trust my coding skills enough to come close to config.sys...