Author Topic: UNIX, I want to build my own OS  (Read 4769 times)

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
Re: UNIX, I want to build my own OS
« Reply #15 on: 17 May 2010, 22:58 »
learn python, dont learn c, c++, or php. it isnt the 90s anymore and "being able to program" isnt important: being able to build applications is important.

learn python, build your web apps using pylons or another python framework.

Personally I think learning C and C++ is an essential foundation to learning any other language. Learning C helps a lot in terms of understanding the system, the source code itself becomes the manual.