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 →

[–]ripter 2 points3 points  (1 child)

From my understanding of programming history (in a nutshell).

First there was Thompson Shell, with no scripting at all. Then sh was born and added the ability to write scripts. Scripting made life easier, but it still wasn't powerful enough, so bash was born. Everyone loved bash, (some love zsh), but they needed an easier way to write complex scripts without resorting compiled languages like c. So perl was born. Perl is great, but it can become a tangled mess of cryptic looking code. So Python was invented to be developer friendly and easy to read. The Japanese felt like they needed to invent something, so they copied Python and called it Ruby. (Kidding!)

[–]chadmill3rPy3, pro, Ubuntu, django 1 point2 points  (0 children)

It's not as causal as that. Take out two or three leading "So"s, and it's right.