Comment on LPython: Novel, Fast, Retargetable Python CompilerparentComments−peterfirefly3yHow do you manage to do that for Python AND Fortran in the same language?−certik3yBy being a superset of Fortran and subset of Python. It turns out the features map on each other almost 1:1, and the differences can be taken care of by the respective frontends, so the abstracted ASR maps perfectly.
Comments
How do you manage to do that for Python AND Fortran in the same language?
By being a superset of Fortran and subset of Python. It turns out the features map on each other almost 1:1, and the differences can be taken care of by the respective frontends, so the abstracted ASR maps perfectly.