Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I don't understand. There is no compiling at all. It's interpereter and it's basically based on https://pyodide.org/


Maker here.

You're right, it's an interpreter and that would be the 100% accurate term.

For online coding environments, the two are often used interchangeably. More people search for 'compiler', so I'm using that widely on my site.


Who would search for "Python compiler"?

Honestly: It makes it sound like you literally have no idea what you're talking about. Not a good look for someone trying to sell a service.


Who would search for "Python compiler"?

Those who actually want to produce binaries from their Python scripts, which this doesn't do.


I personally saw how novice Python programmers searched for “Python compiler” while their actual intent was to find Python REPL/execution environment online (pythontutor, ideone, repl.it, trinket.io, etc)

Many of this services use “compiler” in their description. It may be technically true if they use Python implementation that compiles Python source to byte code first, and then interprets the resulting bytecode (like CPython, Pypy implementation do).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: