Stroustrup's talk on C++0x
eao197
eao197 at intervale.ru
Mon Aug 20 07:49:34 PDT 2007
On Mon, 20 Aug 2007 18:39:44 +0400, Jari-Matti Mäkelä
<jmjmak at utu.fi.invalid> wrote:
> Nemerle isn't bad as a language, but it doesn't scale to low level stuff
> as
> long as it runs on a VM. In my opinion having a language that scales from
> driver/kernel level to end user GUI apps and OTOH from asm opcode level
> to
> high level FP constructs isn't a bad idea. For example game development
> is
> one area where more speed and abstractions are always welcome.
I don't know about game development, but I can mention another area:
telecommunications. SMS/MMS gateway requires much low-level bit/byte
transformation operation and much high-level logic like transaction
routing.
But I've learnt that more verbose code, written only with standard
language features, is much more maintainlable than more compact code,
written with some domain-specific extensions. But may be it is just my
Karma :)
--
Regards,
Yauheni Akhotnikau
More information about the Digitalmars-d
mailing list