upvote
I'm only a decade younger - I write .Net (C#) professionally - work it is Windows & Visual Studio (there is no way I'd want to mange any project that size without an IDE, tbh I much prefer using a IDE since I first got one in early 90s)

But at home - I use Jet Brains Rider (free non commercial) for C# .Net projects on Linux machines (Debian + KDE or Mint depending on machine)

I wonder if you mean Notepad++ not Notepad - I find KATE on KDE is good enough, when I just want to edit a file, but I've run Notepad++ under wine before.

reply
I mean Notepad the original.

He tried textpad (the other included text editor ) at some point and hated it

reply
I didn't think TextPad was included in Windows as it not a Microsoft product or free.

If you mean WordPad, which was on Windows - that is a simple Word Processor , so not suitable for writing code in.

Not sure how he will get along with all the stuff MS is adding to I'd suggest getting to look at NotePad++. On Linux Mint Xed behaves similar to Notepad

reply
Notepad, of all things, is a CRAZY thing to be so tied to. It's not even a good editor! MS-DOS edit.com was honestly a much better experience.
reply
I've met a surprising number of people who are seriously tied to the specific editor they're used to, some going so far as to not even wanting to change the version they are on.
reply
Better than Edlin I suppose.
reply
I'd love to hear more about his programming journey. vi? EMACS? Nope, notepad.exe.
reply
It's honestly short and pretty unique.

He wrote a programming language for his master thesis, so obviously he used it to write all his software. His first project was the POS/management system for his father's music store (Now famous as the Mexican company that acquired Sam Ash). I believe they didn't switch until around 2005 or so (so about 30 years maintaining it or training a software developer on it as a side thought)

He then started a large sized customs software company with i that ended up getting acquired.. Everytime the language required a new feature the devs would just ask him (like when he had to write a graphical toolkit for it because it started as a text only runtime). There is no record of this language anywhere as far as I know.

I believe around the 2000s as part of the sale of the company he rewrote the whole stack in C#. And he's been using it ever since, including the company we started together in 2013 (together doing a lot of work here). Still with good old Notepad and CSC.exe just like year 1.He curses everytime the ecosystem has big required changes (async, nuget) though I've managed to coerce him into keeping up with the times, dragging and screaming.

reply