Why was Scala not implemented with C or C++

Posted by jpartogi on Programmers See other posts from Programmers or by jpartogi
Published on 2011-04-20T05:28:59Z Indexed on 2013/06/26 22:29 UTC
Read the original article Hit count: 323

Filed under:
|
|
|
|

Does anybody know why was Scala implemented in Java and .NET instead of C or C++? Most languages are implemented with Cor C++ [i.e Erlang, Python, PHP, Ruby, Perl]. What are the advantages for Scala implemented in Java and .NET other than giving access to Java and .NET libraries?

UPDATE

Woudln't Scala gain more benefit if it is implemented in C because it can be tuned better rather than relying on JVM?

© Programmers or respective owner

Related posts about java

Related posts about c++