The Future of System Programming
Will system programming languages fade away like assembly languages?
Scripting languages aren’t appropriate for some things:
- Complex algorithms and data structures.
- Performance-critical applications.
System programming languages will continue to be needed:
- Creating components.
- Fixed-function servers and operating systems.
Scripting languages will replace system programming for most other purposes.