bebop
bebop copied to clipboard
Python Support
Is your feature request related to a problem? Please describe. A lot of people use Python, and this would be really handy for things like online games.
Describe the solution you'd like It would be nice if BeBop supported Python
Additional context N/A
I see a pypi package with this name; however, this repo has no Python source code. Could one of the devs confirm if this package is legitimate?
https://pypi.org/project/python-bebop/#description
I see a pypi package with this name; however, this repo has no Python source code. Could one of the devs confirm if this package is legitimate?
https://pypi.org/project/python-bebop/#description
Not ours. We release packages under @bebop/bebop or bebop; it’s not uncommon for third parties to implement their own runtimes (someone did it for Go) but unless it’s linked on our repo it isn’t verified
@andrewmd5 Thank you for confirming! The package homepage incorrectly refers to this repo. Suggest you contact PyPI to get this package reviewed and the links corrected.
@prabhu Taking a look at the source, it looks non-malicious. Interestingly though, it mentions bebopc --lang python
which, given that bebop doesn't have Python support is... strange.
@prabhu Taking a look at the source, it looks non-malicious. Interestingly though, it mentions
bebopc --lang python
which, given that bebop doesn't have Python support is... strange.
It looks like someone implemented a basic runtime and uploaded it as a package; they could be working on contributing Python as a PR to the compiler.
If / when that happens we’ll just ask for control of the package so it’s published by us
EDIT: based on forks I think it’s @GerHobbelt
Hey @andrewmd5 Author of the package here. It was just an experiment to see if I could get bebop to run in python. @zurgeg the flag was intended to be used with the compiler for python that I was working on at the time. I got a bit lost in time and had other things to do but would love to work on it again :) So if it's okay with you @andrewmd5 I would come up with an PR in the upcoming weeks!
@andrewmd5 I also updated the homepage to my fork for now. When the PR is merged I would hand over the package to you guys :D
@andrewmd5 PR is out!
PR is merged. Will post here once a release is made.