Hacker News new | ask | show | jobs
by slykar 2083 days ago
I've picked PHP as my first language instead of Python when I was a kid, because in Python I saw things like `something[3:5]`. In PHP I could see `array_slice` and I knew what it would do without any prior programming experience.

Some time later I did learn Python and I really love it.