Hacker News new | ask | show | jobs
by slantyyz 4162 days ago
>> CS fundamentals can be taught on any system

This.

I don't know why a lot of people just assume that having Windows means you'll learn using Microsoft's development tools. Nothing's preventing you from choosing Apache over IIS, or Postgresql/MySQL over SQL Server Express.

Most major web app development platforms run on Windows, and there are plenty of good, free text editors too.

1 comments

Because professors are teaching those tools, which means students are more comfortable with them / know what they are.

This isn't CS fundamentals, but, at least for a good portion of CS 1 classes taught at my school, and all of the CS 2 and data structures, Visual Studio is what people are taught, with the OS X users typically using XCode.

I don't know if it's better to start with IDEs or just basic text editors and compilers, but I know a lot of CS majors are going to be coming out of my school without knowing how to compile and run almost any program without clicking on the green run button in their IDE.