Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discoverability #518

Open
adsharma opened this issue Jul 29, 2022 · 2 comments
Open

Discoverability #518

adsharma opened this issue Jul 29, 2022 · 2 comments

Comments

@adsharma
Copy link
Collaborator

There is a new transpiler (pycom) that's getting good engagement on reddit and hackernews. It's written by a 15yo in two weeks.

https://www.reddit.com/r/Python/comments/w7vlim/i_made_a_python_compiler_that_can_compile_python/

Where people are comparing it to cython, nuitka, shedskin etc.

It appears to me that awareness of py14, pyrs and py2many family of work is still minimal. Someone searching google for "python to rust transpiler" will not discover this repo very easily. I don't know what the solution is. But making it more discoverable could attract more contributors.

@div72
Copy link
Contributor

div72 commented Jul 29, 2022

Maybe doing something big like transpiling a big project at least with a single backend could work as good advertisement?

One of the most annoying issues I encounter when using Python is packing, it'd be amazing to be able to compile a flask application to a single go executable or a pygame game to V etc.

@adsharma
Copy link
Collaborator Author

adsharma commented Aug 5, 2022

Meta claims rust is good for CLIs.

One possibility is to make the argparse -> clap translation really good so it becomes feasible to compile python CLIs into usable standalone binaries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants