Languages

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Iain

Languages

Post by Iain »

Hi,

Does anyone know anywhere where I can find the
advantages and disadvantages of different
programming languages for writing Operating
Systems?

Any Help greatly appreciated!

Iain
Chase

RE:Languages

Post by Chase »

>On 2001-03-14 10:19:15, Iain wrote:
>
>Does anyone know anywhere where I can find the
>advantages and disadvantages of different
>programming languages for writing Operating
>Systems?

You probably won't find anything useful. Almost
every OS project uses C with a little bit of assembly.
There are a couple of OS projects entirely in Asm and a
few using C++. There is a little C++ info here
http://www.mega-tokyo.com/os/os-faq.html

Besides C was written for system programming, it'd be
silly not to use it. :)
Post Reply