5 Comments

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

Expand full comment
Dec 23, 2023Liked by Abhinav Upadhyay

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
Dec 18, 2023Liked by Abhinav Upadhyay

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

Expand full comment
author

Thanks, Tolga!

Expand full comment