Re: I need advise on what program to use.
- From: "Phlip" <phlip_cpp@xxxxxxxxx>
- Date: Tue, 26 Apr 2005 14:37:05 GMT
Matthieu Villeneuve wrote:
> That is what I had understood. But again, why use two different
> languages? Why not use one that is convenient to use, and that has
> compilers producing high-performance code?
Because there ain't no such thing.
Specifically, dynamic typing and block closures both impose a burden on code
that does not use them. There's only so much static analysis possible before
you have to give up and provide opcodes that assume the worst.
Then, you might get a very long compilation cycle. All when most code needs
little opcode optimization.
Until the compiler writers sort all these problems out (without adding
epicycles), developers can go fast by writing command-and-control code in a
very-high-level language (Ruby, SQL, HTML, etc.), and engine code in C++.
--
Phlip
http://www.c2.com/cgi/wiki?ZeekLand
.
- Follow-Ups:
- Re: I need advise on what program to use.
- From: Matthieu Villeneuve
- Re: I need advise on what program to use.
- References:
- I need advise on what program to use.
- From: Johnny_Reb
- Re: I need advise on what program to use.
- From: Phlip
- Re: I need advise on what program to use.
- From: Matthieu Villeneuve
- Re: I need advise on what program to use.
- From: Phlip
- Re: I need advise on what program to use.
- From: Matthieu Villeneuve
- I need advise on what program to use.
- Prev by Date: Re: I need advise on what program to use.
- Next by Date: Re: programming job market in bay area in US
- Previous by thread: Re: I need advise on what program to use.
- Next by thread: Re: I need advise on what program to use.
- Index(es):
Relevant Pages
|