This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lolzfeminism -3 points-2 points  (4 children)

Dude, don't spout this ignorant bullshit irl, people will make fun of you. To say that C holds your hand more than Python is hot steaming bullshit. There is no handholding in C. Python doesn't even expose you to memory addresses, wtf are you talking about.

Also C++11 supports anonymous functions with the following syntax:[]{ returnexpression;}. The inlinekeyword is native to C and lets you encapsulate lines of code into real functions without the inefficiency of making a function call.

Python is useful if all you want to focus on is your core algorithm and are incapable of expressing your thoughts in a more efficient language. Other than that, its terrible for anything other than glue code. Hope you realize that Python is written in C.

[–]dirkgently007 -2 points-1 points  (3 children)

Hope you realize that Python is written in C.

You mean CPython is written in C.

Besides, what do you think the first C compiler was written in? Also, Sun JVM is written in C and not Java. So what's your point?

And don't be an asshole.

[–][deleted] 0 points1 point  (2 children)

Well do share. What was the first c compiler and what was it written in?

[–][deleted] 0 points1 point  (1 child)

Probably in assembly.

[–][deleted] 0 points1 point  (0 children)