|
|
|
|
|
by scj
1544 days ago
|
|
C's greatest feature is that it trivially maps onto .so files. Linking to and creating .so files isn't just cheap, it's effectively free. Most higher level languages I've worked with seem to focus on using .so files rather than producing them. This means the lowest common denominator for the unix ecosystem is what C can provide.
Otherwise stated, unix is marching forward at the pace of C. |
|