You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very useful if we could directly execute the lpython code without compiling it using the llvm JIT. It will prevent the creation of *.tmp.o and the executable files.
The main idea is to run lpython --jit program.py
I have a working implementation ready. If this is useful I could open a PR.