|
|
|
|
|
by microtonal
5620 days ago
|
|
Maybe not, but it is certainly used as one. Everything from package managers (yum) to operating system installers (Anaconda) have been written in Python. Besides that, the grandparent is right: possibly every situation where Python was used as a systems programming language, Haskell could fit in (and more). |
|
To give you an example of what is systems programming, I have helped developed operating systems kernels, virtual machine monitors, and distributed networked systems. All of these things would be considered systems programming.
See http://en.wikipedia.org/wiki/System_programming for more information.