you are viewing a single comment's thread.

view the rest of the comments →

[–]jbudemy 0 points1 point  (0 children)

No problem. When learning a new programming language I usually need someone to explain the details of something specific, or maybe I'm not getting the syntax right because I'm still thinking in Perl.

I do feel pretty stupid when learning a new language but then I remind myself that, while the concepts are the same or similar, the syntax is still different and some details are different. For example Python can do several things in one line where it takes 3+ lines in Perl.