Thread: operating system programming

  1. #16
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Originally posted by chrismiceli
    " It is such a wannabe C language" >> referring to java
    this is true, java was first, modeled after c. Can't remember the whole story but it was supposed to replace c or something. I read it in c step-by-step.
    Just like C++ "was supposed to replace C". It's just another argument from the C zealots against using any other language. Rather close minded if I do say so myself. Use whatever language does the job well. Languages are just tools to do a job. You can pound nails with a screwdriver, but why, when you can use a hammer?

    Quzah.
    Hope is the first step on the road to disappointment.

  2. #17
    Registered User
    Join Date
    Jul 2002
    Posts
    913
    C can be like a multi-tool. Just pop on the attachment, like with power tools.

    I havent checked out alot of c++, most seems alright. I think Objective C sounds alittle better. Any users?

  3. #18
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Building an OS with Java would be like pounding nails with a screwdriver instead of a hammer.

  4. #19
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Leave me out of this
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  5. #20
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Leave me out of this

  6. #21
    Registered User
    Join Date
    Jul 2002
    Posts
    913
    Leave me out of this
    I was hoping you and a couple of other mods would get in this. You guys would really know this kind of stuff and could end it(by us learning something. It seems one sides now).

    Kind of weird no one said anything about me calling c a multi-tool, I figured id get some response...

  7. #22
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    C is a multi-tool in that way you can use it to write software for a wide range of applications. Also Java, C++, Pascal, assembler are such multitools. In fact a lot of languages are, but it doesn't mean each tool fits well for each application. Some applications might require the use of more than one tool, which is in large systems often the case.

    For a programmer, a multi-tool should not be just one language, but a set of languages. Depending on the application to write, the physical constraints of the device, the requirements of the customer etc., the programmer should choose the best suitable tools which are required to do the job.

  8. #23
    Climber spoon_'s Avatar
    Join Date
    Jun 2002
    Location
    ATL
    Posts
    182
    Originally posted by quzah


    You could theoreticly build an embedded Java VM to load "Boot.java" which was the "kernel". Then have all of your 'apps' or what not load and handled by it.

    tisk tisk - it'd be Boot.class.
    {RTFM, KISS}

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. OpenGL and my operating system
    By hauzer in forum C Programming
    Replies: 5
    Last Post: 10-31-2008, 12:16 PM
  2. Operating System Project
    By Pete in forum Projects and Job Recruitment
    Replies: 1
    Last Post: 07-15-2004, 09:33 AM
  3. What is a Microsoft Operating System Like?
    By Troll_King in forum A Brief History of Cprogramming.com
    Replies: 35
    Last Post: 10-21-2002, 07:36 AM
  4. Operating system
    By sopranosomega in forum C Programming
    Replies: 6
    Last Post: 10-07-2002, 06:12 AM
  5. Microsoft = The Best Operating System
    By Troll_King in forum A Brief History of Cprogramming.com
    Replies: 92
    Last Post: 02-08-2002, 01:32 PM