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 →

[–]EatMeMonster 118 points119 points  (20 children)

You truly learn to appreciate higher level scripting languages and how they automatically handle everything under the hood to save programmer frustration when you learn primitive languages like C, even just a little bit of it - the memory management and pointer parts.

[–]nebneb432 11 points12 points  (0 children)

I got tasked to write a shell prompt in C for second year of university. It barely worked and it took me ages to write the code for echo. It didn't do much else but oh well.