Languages: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Line 27: Line 27:


If any of those question turns out to "whoops, no, I cannot do that with language XYZ", then chances are that XYZ will be of no help for OS development. This particular problem has often been circumvented by modifying the language and writing new compilers.
If any of those question turns out to "whoops, no, I cannot do that with language XYZ", then chances are that XYZ will be of no help for OS development. This particular problem has often been circumvented by modifying the language and writing new compilers.

The best language to learn would be Assembly. C is not required. However, it is good to learn it for something that you might need later. Assembly is required and you will need it. It is fast and lightweight. Some people say it is better than C.


== Can't I write a compiler for XYZ? ==
== Can't I write a compiler for XYZ? ==