Perl is explicitly postmodern. Here's Larry Wall explaining it: http://www.wall.org/~larry/pm.html
How does PHP have dynamic scope? It's been ages since I touched it, but if I remember right... Global is just a flat namespace. Functions have their own, separate flat namespace each. I tried the following in a REPL:…
What languages without lexical scope are you thinking of? Aside from literally only (pre-Common and Emacs) Lisp, I can't think of any language without lexical scope (outside some constructs etc). [edit:] Or are you…
Which ones?
Perl is explicitly postmodern. Here's Larry Wall explaining it: http://www.wall.org/~larry/pm.html
How does PHP have dynamic scope? It's been ages since I touched it, but if I remember right... Global is just a flat namespace. Functions have their own, separate flat namespace each. I tried the following in a REPL:…
What languages without lexical scope are you thinking of? Aside from literally only (pre-Common and Emacs) Lisp, I can't think of any language without lexical scope (outside some constructs etc). [edit:] Or are you…
Which ones?