5 Comments
User's avatar
Logan Thorneloe's avatar

Thanks for digging into this for us! This isn’t something I would do myself.

Expand full comment
idimus's avatar

Ok, I've calculated how many lines of C code python need for a+b.

Just to run empty file CPython uses 33241 lines of c code

For file which contains 4+5 34261 lines of code

And file a=4 \n b=5 \n a+b is 34724 lines of code

Expand full comment
Tolga Erdönmez's avatar

one of the most interesting topics in software, very good explanation. thanks

Expand full comment
Abhinav Upadhyay's avatar

Thanks, Tolga!

Expand full comment