> > Using C++ libraries from other languages is either bloat or hard to use.

The problem of the C++ widget libraries is that they are meant to be used
directly, not to base a higher level widget set (like LCL) with an own set
of properties on them.

If you try that you end up actually working around what the C++ api
provides.

> In theory, many C++ libraries should be faster, in practice they're not.

Faster than WHAT?
 
> This is due to the fact that many C++ developers are just to desperate to
> start programming, skipping the design process.
> 
> Remember that Pascal was originaly designed to help students to learn
> programming, wheter structured programming or object oriented
> programming...

While true, this is often misstated. Pascal was designed to teach math
students (and that often even meant post-docs) efficient (practical)
implementations of algoritms, and Pascal itself was designed to be
efficient.

When stated like above it sounds like it was for beginners programming, and
one expects the turtle to make its appearance any second.
 

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to