Re: Simplicity has a future
"SuperKoko" <tabkannaz@xxxxxxxx> writes:
Try to write OOP with GObject in C, and you'll see that C++ would be
better for that task.
Well and much better would be using Objective-C...
Yes, simplicity attracts people.
As far as people use only simple things, they are happy, and there have
no reason of learning a complex language.
But when they write complex things, they realize that a complex
language in fact helps a lot, and simplifies their program.
The complex language must not be C++. And one can have a lot of the
"nice stuff" in other language far better packaged.
And, if you read the C99 standard, you'll see that C is not so simple
that it seems to be (even if it is simplier than C++).
That's too true unfortuntatly.
Regards
Friedrich
--
Please remove just-for-news- to reply via e-mail.
.
Relevant Pages
- Python from Wise Guys Viewpoint
... splintering of the language: you have the inefficient main language, ... function definitions (for simplicity and uniformity) ... (If the answer is no to any of these questions, Python is simply ... (comp.lang.python) - Python from Wise Guys Viewpoint
... splintering of the language: you have the inefficient main language, ... function definitions (for simplicity and uniformity) ... (If the answer is no to any of these questions, Python is simply ... (comp.lang.lisp) - Re: Sizes of Integer Types
... So Chuck's argument could also be used to argue that int should be removed from the language with absolutely NO change apart from replacing "those fixed width types" with "int". ... Hence the chances of the code ever being run on something that does NOT have a 16 bit integer type are as near to none as makes no odds. ... However, being able to compile/run some of the code which for simplicity requires a 16 bit integer on a PC, Sun workstation or similar is useful and using uint16_t simplifies that. ... (comp.lang.c) - Re: A style question
... was the simplicity, consistency, etc. of the language, so when I read ... use a mixture of Whitworth & BSF threads, ... --tim (who has used the FORMAT string mentioned inhttp://www.tfeb.org/lisp/obscurities.htmlin anger) ... (comp.lang.lisp) - Re: Forth Frustrations
... I will eventually put this and other language experiments online through my web site. ... Humans have the capacity to understand syntax without consciously modeling the machinery behind it: simplicity to the reader depends on the language designer and coder engaging the reader's language instinct. ... words consume zero or more items on the stack and return zero or more items. ... There are lots of computer languages which have insane syntax that programmers have learned to internalize. ... (comp.lang.forth) |
|