Compiler #58
Replies: 6 comments 13 replies
-
Not bad idea. |
Beta Was this translation helpful? Give feedback.
-
This is so hard work to compile it to python. but something like Pyinstaller is possible. PyInstaller brings the python interpreter binary, and puts the python code in that and packs the output. output is Python interpreter WITH project's python code. Maybe possible create something like this to mix the pashmak code and inject it to interpreter binary and generate the output binary. Actually, I'm not literate about this. But we may be able to do that in the future. |
Beta Was this translation helpful? Give feedback.
-
But I think we have to compile it to c because it's faster than python |
Beta Was this translation helpful? Give feedback.
-
Guys. totally something like pyinstaller is good idea. we can write a program to mix our pashmak code. then inject it to pashmak interpreter's binary file. then generate the result as a binary executable file. this is possible. but currently i'm not literate in this. i will read about this in the future. but now, we should focus on pashmak self and make a stable release. then we can work on the side projects. |
Beta Was this translation helpful? Give feedback.
-
Hi guys. I wrote a simple Mixer for pashmak. this can mix multiple file project files to ONE file. |
Beta Was this translation helpful? Give feedback.
-
but we can create a source-to-source transcompiler using any language to an faster language |
Beta Was this translation helpful? Give feedback.
-
Now pashmak is a interpreter to run files
if we can create a compiler for it for example to python it is easier than other languages
Beta Was this translation helpful? Give feedback.
All reactions