in reply to Re^2: OT: Computer Science for (a couple steps up from) Dummies
in thread OT: Computer Science for (a couple steps up from) Dummies

It's a bit like with JS being syntactically like Java, but internally close to Perl.

Perl having more C syntax than Python doesn't mean they are semantically very different.

We could also quote Guido who said something like "from a 10 km above perspective Perl and Python are the same language"° in a PyCon talk.

update

°) found it Keynote: Guido Van Rossum - Pycon 2012 - Minute 5'50

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

  • Comment on Re^3: OT: Computer Science for (a couple steps up from) Dummies (updated)

Replies are listed 'Best First'.
Re^4: OT: Computer Science for (a couple steps up from) Dummies (updated)
by betmatt (Scribe) on Jun 12, 2019 at 10:05 UTC
    Interesting sentiments in the talk linked above. I have been learning about functions in Python. I personally prefer subroutines used by Perl. Python calls the main function in a rather strange way..... It looks like an afterthought. Do any monks have thoughts on this?