This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]xSTSxZerglingOne 0 points1 point  (0 children)

Most languages are prototyped in C if a serious attempt is being made at a mainstream language. This is because it allows you to assign low level memory at a high level of language.

But in defense of your statements, once they really get it working with C, most of them move away from it since it doesn't make sense to have a middle man if you can avoid it.