d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > So Why Is Programming On Windows Hard?
Add Reply New Topic New Poll
Member
Posts: 20,139
Joined: Nov 11 2008
Gold: 20.50
Jan 20 2017 11:27am
my opinion is that the terminal and command prompt are entirely different

but why couldnt u essentially just have vm running linux and do literally everything?

why does programming on windows have such a confusing / impossible reputation?

This post was edited by spoofdaboss on Jan 20 2017 11:28am
Member
Posts: 36,389
Joined: Jul 18 2008
Gold: 3,192.00
Jan 20 2017 02:56pm
If you're using Linux ina VM to program I wouldn't call that programming on windows.
Member
Posts: 3,122
Joined: Feb 4 2006
Gold: 5,460.50
Jan 20 2017 03:04pm
Quote (spoofdaboss @ Jan 20 2017 05:27pm)
my opinion is that the terminal and command prompt are entirely different

but why couldnt u essentially just have vm running linux and do literally everything?

why does programming on windows have such a confusing / impossible reputation?


Windows is perfectly fine for programming. The one thing that annoyed the hell out of me was installing C/C++/Python compilers correctly and setting the environment variables.

On Linux all of that is typically done for you in advance
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Jan 20 2017 06:04pm
Because you guys have no idea what you're doing.

If you mean the windows API is hard, then learn to read.

If you think installing shit is hard, then learn to use the auto installers.

If you think programming is hard... Well, stop programming because the languages don't change between OS.
Member
Posts: 20,139
Joined: Nov 11 2008
Gold: 20.50
Jan 20 2017 10:27pm
Quote (AbDuCt @ Jan 21 2017 12:04am)
Because you guys have no idea what you're doing.

If you mean the windows API is hard, then learn to read.

If you think installing shit is hard, then learn to use the auto installers.

If you think programming is hard... Well, stop programming because the languages don't change between OS.


i am using jupyter-notebook on linux mint.. my theory was that theres a lot more of a scene with the linux community in case you get stuck / need to network
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Jan 20 2017 11:42pm
Quote (spoofdaboss @ Jan 21 2017 12:27am)
i am using jupyter-notebook on linux mint.. my theory was that theres a lot more of a scene with the linux community in case you get stuck / need to network


Programming is programming. It is not OS specific unless you are looking for OS specific functions. Hence the mention of WINAPI, and with cygwin POSIX is available on windows.

Like, LIBC is basically universal, ruby and python have their own STD which is the same across all platforms (sans OS specific functions), etc.

If anything programming is harder on linux because you chose an insecure bastardized distro to use.

This post was edited by AbDuCt on Jan 20 2017 11:42pm
Member
Posts: 3,122
Joined: Feb 4 2006
Gold: 5,460.50
Jan 22 2017 12:36am
Quote (AbDuCt @ Jan 21 2017 12:04am)
Because you guys have no idea what you're doing.

If you mean the windows API is hard, then learn to read.

If you think installing shit is hard, then learn to use the auto installers.

If you think programming is hard... Well, stop programming because the languages don't change between OS.


Geez... calm down. Midlife crisis?
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll