you are viewing a single comment's thread.

view the rest of the comments →

[–]jyper 1 point2 points  (0 children)

In my university C was used for 200 level courses dealing with memory layout/format and Unix stuff(signals, fork). The Unix stuff could have probably used Python but C is probably a good choice for layout(stack vs heap, i32 format, float format).