Compilable modern alternatives to C/C++

Posted by Jeremy French on Programmers See other posts from Programmers or by Jeremy French
Published on 2012-08-28T13:40:07Z Indexed on 2012/08/28 15:50 UTC
Read the original article Hit count: 280

I am considering writing a new software product. Performance will be critical, so I am wary of using an interpreted or language or one that uses a emulation layer (read java).

Which leads me to thinking of using C (or C++) however these are both rather long in the tooth. I haven't used either for a long time. I figure in the last 20 years someone should have created something which is reasonably popular and is nice to code in and is complied.

What more modern alternatives are there to C for writing high performance code compiled code?

edit in response to comments

If C++ is a different beast than it was 15 years ago, I would consider it, I guess I had an assumption that it had some inherent problems.

Parallelisation would be important, but probably not across multiple machines.

© Programmers or respective owner

Related posts about programming-languages

Related posts about Performance