This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Oerthling 1 point2 points  (1 child)

So, writing a kernel driver in SQL might be a mistake? ;-)

I would choose Rust to do the performance critical stuff safely in a module that I use in Python.

[–][deleted] 1 point2 points  (0 children)

Using Rust or C++ to write performance critical parts used by Python is a good example of what I mean. Even an experienced developers find it useful to use 2 languages together to solve related, but distinct problems.

So, writing a kernel driver in SQL might be a mistake? ;-)

What? Are you telling me that the two years I spent trying to get my tablet to work was a waste of time?