Re: Another scripting language implemented into Python itself?
From: Cameron Laird (claird_at_lairds.us)
Date: 01/25/05
- Next message: Dan Perl: "Re: [perl-python] 20050125 standard modules"
- Previous message: Steven Bethard: "Re: Classical FP problem in python : Hamming problem"
- In reply to: Carl Banks: "Re: Another scripting language implemented into Python itself?"
- Next in thread: Francis Girard: "Re: Another scripting language implemented into Python itself?"
- Reply: Francis Girard: "Re: Another scripting language implemented into Python itself?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 25 Jan 2005 17:08:03 GMT
In article <1106624803.825442.73870@f14g2000cwb.googlegroups.com>,
Carl Banks <invalidemail@aerojockey.com> wrote:
.
.
.
>> Python, or Perl, or TCL, or Ruby, or PHP,
>
>Not PHP. PHP is one of the better (meaning less terrible) examples of
>what happens when you do this sort of thing, which is not saying a lot.
>PHP was originally not much more than a template engine with some
>crude operations and decision-making ability. Only its restricted
>problem domain has saved it from the junkheap where it belongs.
>
>TCL isn't that great in this regard, either, as it makes a lot of
>common operations that ought to be very simple terribly unweildy.
.
.
.
I've lost track of the antecedent by the time of our arrival at
"this regard". I want to make it clear that, while Tcl certainly
is different from C and its imitators, and, in particular, insists
that arithmetic be expressed more verbosely than in most languages,
the cause is quite distinct from the imperfections perceived in
PHP. PHP is certainly an instance of "scope creep" in its semantics.
Tcl was designed from the beginning, though, and has budged little in
over a decade in its fundamentals; Tcl simply doesn't bother to "make
a lot of common operations ..." concise.
- Next message: Dan Perl: "Re: [perl-python] 20050125 standard modules"
- Previous message: Steven Bethard: "Re: Classical FP problem in python : Hamming problem"
- In reply to: Carl Banks: "Re: Another scripting language implemented into Python itself?"
- Next in thread: Francis Girard: "Re: Another scripting language implemented into Python itself?"
- Reply: Francis Girard: "Re: Another scripting language implemented into Python itself?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|