denden
denden
MModular
Created by denden on 9/15/2023 in #questions
Will Mojo be a "true" systems programming language?
Will you be able to create things like device drivers or even operating systems like you can in Rust?
17 replies
MModular
Created by denden on 9/15/2023 in #questions
Will imported python modules eventually be compiled by Mojo instead of relying on the python env?
I understand that currently imported python packages run on the CPython interpreter which will require a compiled Mojo program to run with the same python environment in which it was complied (same installed packages etc). Will the need for this go away once Mojo is a true superset of Python. IOW, will the imported python module get complied just as if the Python code was written directly in the Mojo program?
10 replies