Are there some types of software that cannot be developed by all major programming languages?
Posted
by
mbillard
on Programmers
See other posts from Programmers
or by mbillard
Published on 2011-05-11T15:45:49Z
Indexed on
2012/03/31
5:40 UTC
Read the original article
Hit count: 166
I'd like to know if some of the major programming languages can absolutely not be used to create some very specific types of software.
By major programming language I mean the likes of C++, C#, Java, Ruby, Python. By "cannot be developed" I mean cannot be developed or it is unrealistic to do it due to performance, difficulty of implementation, etc.
I've always thought that any programming language could be used to solve any problem but lately I've been thinking that some languages are unsuitable for some projects.
If you can provide examples of such applications, it would be appreciated. Thanks.
© Programmers or respective owner