2008/6/29 Dan Stromberg <[EMAIL PROTECTED]>:
>
> On Sun, 29 Jun 2008 11:20:45 +0200, Sebastian \"lunar\" Wiesner wrote:
>
> > Dan Stromberg <[EMAIL PROTECTED]>:
> >
> >> things like passing a method as a function parameter is a no-brainer
> >> (requires extra syntax in java because of the cautious
On Jun 28, 12:22 am, Kurda Yon <[EMAIL PROTECTED]> wrote:
> I would like to know what are advantages of Python in comparison with C
> ++? In which cases and why Python can be a better tool than C++?
>
> Thank you!
Back in 2002, we made a hard decision between c++ (well established
here) java (not
On Sun, 29 Jun 2008 11:20:45 +0200, Sebastian \"lunar\" Wiesner wrote:
> Dan Stromberg <[EMAIL PROTECTED]>:
>
>> things like passing a method as a function parameter is a no-brainer
>> (requires extra syntax in java because of the cautious type system -
>> not sure about C++).
>
> C++ has functi
Dan Stromberg <[EMAIL PROTECTED]>:
> things like passing a method as a function parameter is a no-brainer
> (requires extra syntax in java because of the cautious type system - not
> sure about C++).
C++ has function pointers and functors, therefore this is not really an
issue with C++.
--
Fre
On Fri, 27 Jun 2008 15:22:26 -0700, Kurda Yon wrote:
> I would like to know what are advantages of Python in comparison with C
> ++? In which cases and why Python can be a better tool than C++?
>
> Thank you!
Python's automatic tracebacks on errors facilitate debugging very nicely.
Python doesn
Kurda Yon wrote:
>
> I would like to know what are advantages of Python in comparison with C
> ++? In which cases and why Python can be a better tool than C++?
>
Uh, code a trivial program in each language and you'll have a perfectly good
idea.
--
View this message in context:
http://www.na
Kurda Yon <[EMAIL PROTECTED]> wrote:
> I would like to know what are advantages of Python in comparison with C
> ++? In which cases and why Python can be a better tool than C++?
I have used both in small projects and I think Python wins by far.
First of all, you don't have the hassle of compilin
Kurda Yon <[EMAIL PROTECTED]> wrote:
> I would like to know what are advantages of Python in comparison with C
> ++? In which cases and why Python can be a better tool than C++?
Python is a lot more fun than C++ ;-)
Anyway no need to use one or the other... I've done projects where
we've embedd
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kurda Yon wrote:
> I would like to know what are advantages of Python in comparison with C
> ++? In which cases and why Python can be a better tool than C++?
>
> Thank you!
I'm a relative novice, so I couldn't tell you about deeply hidden
features or
I would like to know what are advantages of Python in comparison with C
++? In which cases and why Python can be a better tool than C++?
Thank you!
--
http://mail.python.org/mailman/listinfo/python-list
10 matches
Mail list logo