Re: Idea for P3K

2008-05-08 Thread Diez B. Roggisch
M�ta-MCI (MVP) wrote: > Hi! > >> I don't often feel like using this word > > Look at languages like OCAML or F # The point being? Yes, shockingly enough other languages have other syntax & semantics. Diez -- http://mail.python.org/mailman/listinfo/python-list

Re: Idea for P3K

2008-05-07 Thread [EMAIL PROTECTED]
On 7 mai, 23:20, John Roth <[EMAIL PROTECTED]> wrote: > On May 7, 3:03 pm, "[EMAIL PROTECTED]" > > > > <[EMAIL PROTECTED]> wrote: > > On 7 mai, 21:41, Gary Herron <[EMAIL PROTECTED]> wrote: > > > > Méta-MCI (MVP) wrote: > > > > Hi! > > > > >> I don't often feel like using this word > > > > > Look

Re: Idea for P3K

2008-05-07 Thread John Roth
On May 7, 3:03 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On 7 mai, 21:41, Gary Herron <[EMAIL PROTECTED]> wrote: > > > Méta-MCI (MVP) wrote: > > > Hi! > > > >> I don't often feel like using this word > > > > Look at languages like OCAML or F # > > > > @-salutations > > > Well of course,

Re: Idea for P3K

2008-05-07 Thread [EMAIL PROTECTED]
On 7 mai, 21:41, Gary Herron <[EMAIL PROTECTED]> wrote: > Méta-MCI (MVP) wrote: > > Hi! > > >> I don't often feel like using this word > > > Look at languages like OCAML or F # > > > @-salutations > > Well of course, we're all well aware of other languages that allow > variables to be bound in the

Re: Idea for P3K

2008-05-07 Thread Daniel Fetchinson
> > I don't often feel like using this word > > Look at languages like OCAML or F # > I looked at OCAML and F#. Now what? Cheers, Daniel -- http://mail.python.org/mailman/listinfo/python-list

Re: Idea for P3K

2008-05-07 Thread Arnaud Delobelle
"Méta-MCI (MVP)" <[EMAIL PROTECTED]> writes: > Hi! > >> I don't often feel like using this word > > Look at languages like OCAML or F # While I like Objective Caml, it is definitively not Python! -- Arnaud -- http://mail.python.org/mailman/listinfo/python-list

Re: Idea for P3K

2008-05-07 Thread Gary Herron
Méta-MCI (MVP) wrote: Hi! I don't often feel like using this word Look at languages like OCAML or F # @-salutations Well of course, we're all well aware of other languages that allow variables to be bound in the middle of an expression. It's just that Python was purposely created without

Re: Idea for P3K

2008-05-07 Thread M�ta-MCI (MVP)
Hi! I don't often feel like using this word Look at languages like OCAML or F # @-salutations -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: Idea for P3K

2008-05-07 Thread Arnaud Delobelle
"Méta-MCI (MVP)" <[EMAIL PROTECTED]> writes: > Hi! > > print become a function ; OK > > I thought: and why the affection (=) would not become, also, a function? > Examples: >a = 123return 123 >b,c = 543.21, "LOL"return (543.21, "LOL") Do you m

Idea for P3K

2008-05-07 Thread M�ta-MCI (MVP)
Hi! print become a function ; OK I thought: and why the affection (=) would not become, also, a function? Examples: a = 123return 123 b,c = 543.21, "LOL"return (543.21, "LOL") @-salutations Michel Claveau -- http://mail.python.org/mailman/l