View Poll Results: Which is really a programmers OS?(best support etc, best enviroment for "learning")

Voters
34. You may not vote on this poll
  • Linux(UNIX BSD etc also) is a programmers OS

    25 73.53%
  • Windows is a programmers OS

    9 26.47%
  • Macintosh is a programmers OS / Other also

    0 0%

Thread: Is Linux Really A Programmers OS?

  1. #16
    .........
    Join Date
    Nov 2002
    Posts
    303
    According to Linus, his reasons for creating the kernel were, as quoted from Linus in "The Code"
    I didn't want anbody else to have to go through the same thing I had. Your trying to find something like Linux, so I decided hmm, maybe some other computer science student out there needs his own operating system then he doesnt have to start from scratch. It wasn't the big fight against the windmills it was not Don Quixote against the world trying to, to make a better place.

  2. #17
    The Pantless Man CheesyMoo's Avatar
    Join Date
    Jan 2003
    Posts
    262
    Sort of related story:

    One of my friends that's trying to get into programming (calculators, impressive...), anyways he aproaches me and asks "How does Linux make money?".

    I replied "Umm... There isn't really a 'Linux' as in a main company or something, and they don't make money, considering it's open source."

    He said "Well then how do they pay the programmers?"

    I just laughed and walked away.
    If you ever need a hug, just ask.

  3. #18
    Disagreeably Disagreeable
    Join Date
    Aug 2001
    Posts
    711
    You laughed at your friend who doesn't understand the concept of open-source?

    There was a day that I didn't know what Linux or open-source was. Would you have laughed at me then?

  4. #19
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Originally posted by CheesyMoo
    lolz my friend din'nt kno a teck thing
    You're pretty cool, dude. Call me when you're in the neighborhood. We'll hang out, and I'll laugh at you once for every single thing I know that you don't. Sounds fun, doesn't it?

    > Would you have laughed at me then?

    Well, yeah, but it wouldn't have had anything to do with Linux or open-source, hippie

  5. #20
    Disagreeably Disagreeable
    Join Date
    Aug 2001
    Posts
    711
    >Well, yeah, but it wouldn't have had anything to do with Linux or open-source, hippie<

    Granted. Keep on drinking you bastard.

  6. #21
    The Pantless Man CheesyMoo's Avatar
    Join Date
    Jan 2003
    Posts
    262
    I laughed at him because he always trys to act smarter than me, and he is a know-it-all, I didn't like laugh at him meanly, I was just kinda like "Heh..." then kinda walked off. Oh well I've explained it to him a million times, what a mullet.
    If you ever need a hug, just ask.

  7. #22
    The Pantless Man CheesyMoo's Avatar
    Join Date
    Jan 2003
    Posts
    262
    Anyways who's up for a game of grab ass?
    If you ever need a hug, just ask.

  8. #23
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Originally posted by CheesyMoo
    Anyways who's up for a game of grab ass?
    Shut up. It's past your bedtime.

    edit: shut up

  9. #24
    Registered User Xei's Avatar
    Join Date
    May 2002
    Posts
    719
    Originally posted by Govtcheez
    What about "there's no such thing as a programmers OS"?
    Agreed. Last time I checked, Linux, Mac, Windows, and even Unix, were not solely meant for programming, or else they would have no purpose. They are meant for productivity, each one with it's own unique qualitys.

  10. #25
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    if you were to call *nix, bsd, etc programmers OS's it's because of the aforementioned ability to tweak the kernel as you see fit, and the fact that it comes with programming tools (compilers etc) No version of windows has ever come with a compiler, DOS didn't even have one (at least i don't htink it did, all it had was debug if i remember). So, from that standpoint, *nix, etc comes out of the chute as more programmer friendly.
    PHP and XML
    Let's talk about SAX

  11. #26
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    > So, from that standpoint, *nix, etc comes out of the chute as more programmer friendly.

    I guess so, but that's pretty silly to say. It takes 10 whole minutes to download a compiler.

  12. #27
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    >>10 minutes

    plus another 10 for the assembler, another for the disassembler, etc etc etc

    That and MS's compiler for instance has a lot of proprietary stuff, and you can only develop programs that will run on an OS, no stand alones
    PHP and XML
    Let's talk about SAX

  13. #28
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    Originally posted by Waldo2k2
    No version of windows has ever come with a compiler, DOS didn't even have one (at least i don't htink it did, all it had was debug if i remember). So, from that standpoint, *nix, etc comes out of the chute as more programmer friendly.
    What about QBasic? LOL!
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

  14. #29
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Originally posted by Waldo2k2
    plus another 10 for the assembler, another for the disassembler, etc etc etc
    Which is really minor, considering the benefits, IMO. Besides, not everyone needs an assembler and disassembler.
    Originally posted by Waldo2k2
    That and MS's compiler for instance has a lot of proprietary stuff, and you can only develop programs that will run on an OS, no stand alones
    So don't use MS's compiler...

  15. #30
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    > Is Linux Really A Programmers OS?

    That depends on what you call a programmers OS. In my opinion each OS for which a set of programming tools is available to create applications for is a programmers OS. So yes, Linux is a programmers OS in that way.

    And about support, I think for Windows there is also a lot of programming support. Perhaps for Linux and Unix-variants there is more, I don't know. I think it also depends on what you want and expect.

    > So don't use MS's compiler...

    Yep. GCC and its tools are downloadable for free, also the source, and there are ports for Windows. And there are more free or open source programming tools available for Windows.

    > and you can only develop programs that will run on an OS

    With the GCC tools or any free downloadable assembler and toolkit for Windows you can build OS'es. I guess that is what you mean with "stand alones".

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Thinking of upgrading to linux...
    By Yarin in forum General Discussions
    Replies: 37
    Last Post: 07-24-2009, 11:40 AM
  2. Replies: 8
    Last Post: 03-10-2008, 12:08 PM
  3. Consulting/Long Term: C, Linux, OS
    By safarigirlnj in forum Projects and Job Recruitment
    Replies: 3
    Last Post: 02-12-2005, 12:20 PM
  4. How many people use Linux as their OS??
    By Budgiekarl in forum A Brief History of Cprogramming.com
    Replies: 20
    Last Post: 06-12-2003, 03:34 PM
  5. Linux OS to Windows OS code
    By sw9830 in forum C Programming
    Replies: 2
    Last Post: 02-28-2003, 03:11 PM