M
M
MaximZag952015-03-19 17:35:16
Python
MaximZag95, 2015-03-19 17:35:16

What language are drivers written in?

Is it possible to use Python for this task? If not, then why?
Thank you.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
B
bobrovskyserg, 2015-03-19
@bobrovskyserg

Drivers are written in compiled languages ​​that support the binary interfaces of the respective operating systems. These are C, C++, assembler, psacal in some places.
Python does not meet these requirements.
A counter question: what device driver do you want to please us with?

V
Vlad Zhivotnev, 2015-03-19
@inkvizitor68sl

Drivers of what to what)?
If device drivers are for Windows - then yes, C / C ++
If there are a lot of drivers for openstack - then they are also in python.

V
Vladimir Borutkin, 2015-03-19
@Atanvar

You can't, you need a low-level language.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question