Linked by David Adams on Sat 5th Jul 2008 05:03 UTC, submitted by Pfeifer
General Development "Vala is, in some sense, a new programming language. It’s syntax and structure leans heavily towards C#. As Jurg Billeter, the mastermind behind Vala, likes to put it; Vala is an amalgam of different C inspired languages, mostly C++ and C#. An though there is no mercury in this mixture, you'll find many a gold nugget in Vala."
Permalink for comment 321466
To read all comments associated with this story, please click here.
RE[2]: Looks interesting
by danieldk on Sat 5th Jul 2008 15:15 UTC in reply to "RE: Looks interesting"
danieldk
Member since:
2005-11-18

But these higher level languages result in applications that use too much memory, take long to start up and are generally slow when compared to those written in C.


Most virtual machines that do JIT have a very acceptable performance. Sure, there can be some overhead, but in my own experience well-written computation-intensive Java programs on modern JVMs can be nearly as fast as C++ code, or at the very least be performant enough to justify a bit of performance for comfort (I don't know about C#/.NET, I have never used it outside some tinkering with Mono).

It is true that there is VM memory overhead, but it's not that bad when multiple applications can use the same runtime, e.g. like .NET application domains.

VM languages provide good speed, safety, and arguably more productivity. It's a bit premature to dismiss them with arguments that primarily apply to past revisions (e.g. pre-JIT JDKs).

Reply Parent Bookmark Score: 5