What Language
-
What language is used for developing OS (windows)? If X languages is used for that, what language is used for the language compiler ? If this is Y language, What language is used for Y compiler ..... ...... :confused: .....:confused: ..... :confused:
-
What language is used for developing OS (windows)? If X languages is used for that, what language is used for the language compiler ? If this is Y language, What language is used for Y compiler ..... ...... :confused: .....:confused: ..... :confused:
C/C++ and Assembler. C/C++ and Assembler. C/C++ and Assembler. Not at all uncommon for programming languages to compile themselves as well as products.
"You have an arrow in your butt!" - Fiona:cool:
Welcome to CP in your language. Post the unicode version in My CP Blog [ ^ ] now.People who don't understand how awesome Firefox is have never used CPhog[^]CPhog. The act of using CPhog (Firefox)[^] alone doesn't make Firefox cool. It opens your eyes to the possibilities and then you start looking for other things like CPhog (Firefox)[^] and your eyes are suddenly open to all sorts of useful things all through Firefox. - (Self Quote)
-
What language is used for developing OS (windows)? If X languages is used for that, what language is used for the language compiler ? If this is Y language, What language is used for Y compiler ..... ...... :confused: .....:confused: ..... :confused:
Assembly language :~
-
Assembly language :~
A tiny portion! But you can't escape some of it. Heck, even Singularity[^] has tiny portion of assembly code in it.
-
What language is used for developing OS (windows)? If X languages is used for that, what language is used for the language compiler ? If this is Y language, What language is used for Y compiler ..... ...... :confused: .....:confused: ..... :confused:
I know Assembly language. But for compiling, I need assembler, what language is used for Assembler. :->
-
I know Assembly language. But for compiling, I need assembler, what language is used for Assembler. :->
The Processor
"You have an arrow in your butt!" - Fiona:cool:
Welcome to CP in your language. Post the unicode version in My CP Blog [ ^ ] now.People who don't understand how awesome Firefox is have never used CPhog[^]CPhog. The act of using CPhog (Firefox)[^] alone doesn't make Firefox cool. It opens your eyes to the possibilities and then you start looking for other things like CPhog (Firefox)[^] and your eyes are suddenly open to all sorts of useful things all through Firefox. - (Self Quote)
-
I know Assembly language. But for compiling, I need assembler, what language is used for Assembler. :->
-
I know Assembly language. But for compiling, I need assembler, what language is used for Assembler. :->
shadrach_india wrote:
what language is used for Assembler
:confused: Assembly!
--[:jig:]-- [My Current Status]
-
What language is used for developing OS (windows)? If X languages is used for that, what language is used for the language compiler ? If this is Y language, What language is used for Y compiler ..... ...... :confused: .....:confused: ..... :confused:
AFAIK OS developers use - C++ for the OS - Assembly Language for the C++ compiler - Machine language for the Assembler The machine language is coded into the processor and does not need a compiler...:rolleyes: _____________________________________________________________________________ I don't expect too much, all I want is your vote for Halbsichtigkeit.
-
AFAIK OS developers use - C++ for the OS - Assembly Language for the C++ compiler - Machine language for the Assembler The machine language is coded into the processor and does not need a compiler...:rolleyes: _____________________________________________________________________________ I don't expect too much, all I want is your vote for Halbsichtigkeit.
Is it correct :~ . May I believe this :->
-
What language is used for developing OS (windows)? If X languages is used for that, what language is used for the language compiler ? If this is Y language, What language is used for Y compiler ..... ...... :confused: .....:confused: ..... :confused:
-
What language is used for developing OS (windows)? If X languages is used for that, what language is used for the language compiler ? If this is Y language, What language is used for Y compiler ..... ...... :confused: .....:confused: ..... :confused:
>>If this is Y language, What language is used for Y compiler ..... well, since we have lots of nice languages today, you could very well create an assembler in ruby or c# (:~ ), they just have to parse the assembly code and spit out the machinecode for it. so today its not a problem the problem only existed for the first poor bastards that created the first compilers before there were anything else :-) so if someone was about to create a new platform, they wouldnt have this problem ,they would simply make an assembler on say windows/*nix that spits out machinecode for the new platform.. http://www.puzzleframework.com
-
What language is used for developing OS (windows)? If X languages is used for that, what language is used for the language compiler ? If this is Y language, What language is used for Y compiler ..... ...... :confused: .....:confused: ..... :confused:
shadrach_india wrote:
What language is used for developing OS (windows)?
Currently C, C++, Assembler. But for Vista, it's C, C++, Assembler, Managed C++ and C#. Kevin
-
AFAIK OS developers use - C++ for the OS - Assembly Language for the C++ compiler - Machine language for the Assembler The machine language is coded into the processor and does not need a compiler...:rolleyes: _____________________________________________________________________________ I don't expect too much, all I want is your vote for Halbsichtigkeit.
Not quite. The C++ compiler, of course, is written in C++. The first C++ translator was called CFront, it was originally written in C, and translated C++ sources to C, which in turn were fed to the C compiler. Same goes for the first C compiler, written in C, by intermediate translation to B (or BCPL?)
Some of us walk the memory lane, others plummet into a rabbit hole
Tree in C# || Fold With Us! || sighist -
Is it correct :~ . May I believe this :->
Things are even worse: C# and VB are coded in C++. Just imagine the compiler chain depth you'd get if you wrote a compiler in C#. _____________________________________________________________________________ I don't expect too much, all I want is your vote for Halbsichtigkeit.
-
Not quite. The C++ compiler, of course, is written in C++. The first C++ translator was called CFront, it was originally written in C, and translated C++ sources to C, which in turn were fed to the C compiler. Same goes for the first C compiler, written in C, by intermediate translation to B (or BCPL?)
Some of us walk the memory lane, others plummet into a rabbit hole
Tree in C# || Fold With Us! || sighistImagine that all compilers would disappear from all harddrives over night. Who would be able to write the first new compiler? :~ _____________________________________________________________________________ I don't expect too much, all I want is your vote for Halbsichtigkeit.
-
Imagine that all compilers would disappear from all harddrives over night. Who would be able to write the first new compiler? :~ _____________________________________________________________________________ I don't expect too much, all I want is your vote for Halbsichtigkeit.
Me :cool:
Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
-
What language is used for developing OS (windows)? If X languages is used for that, what language is used for the language compiler ? If this is Y language, What language is used for Y compiler ..... ...... :confused: .....:confused: ..... :confused:
Thanks a lot
-
What language is used for developing OS (windows)? If X languages is used for that, what language is used for the language compiler ? If this is Y language, What language is used for Y compiler ..... ...... :confused: .....:confused: ..... :confused:
-
Things are even worse: C# and VB are coded in C++. Just imagine the compiler chain depth you'd get if you wrote a compiler in C#. _____________________________________________________________________________ I don't expect too much, all I want is your vote for Halbsichtigkeit.