Hacker News new | ask | show | jobs
by peterfirefly 1055 days ago
How do you manage to do that for Python AND Fortran in the same language?
1 comments

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.