Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pansa2
on Feb 4, 2022
|
parent
|
context
|
favorite
| on:
Go performance from version 1.2 to 1.18
>
These days no popular language, not even scripting ones, interprets byte code upon execution.
Python does. At least, the CPython implementation does, and that’s what 99% of Python code runs on.
laumars
on Feb 4, 2022
[–]
Yeah, now I think about it, plenty of runtimes do. I have no idea why I posted that when I know it’s not true. Must have been related to the time of the morning and the lack of coffee.
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Python does. At least, the CPython implementation does, and that’s what 99% of Python code runs on.