Replies: 2 comments 2 replies
-
Consider efforts to rewrite the linux kernel in rust. It's too massive. So instead there are efforts to rewrite bits and pieces in rust, but integration between rust and C is honestly kind of poor. I think V would integrate much better. If modules of the linux kernel were wrapped in V then it would be much easier to replace one module. But again, autofree would have to be near-perfect for that to be viable I think. |
Beta Was this translation helpful? Give feedback.
-
One of the features of the It's not ready for release, yet, but it is being improved all the time. As for "linux kernel"... take a look at the vinix project. |
Beta Was this translation helpful? Give feedback.
-
How much effort has been dedicated, and how much effort would it take, to have proper V wrappers around all the major C libraries, so that a V user can pretend they're in V world for all major tasks?
I think this, together with improving autofree would increase adoption dramatically.
Beta Was this translation helpful? Give feedback.
All reactions