|
|
|
|
|
by astrange
1367 days ago
|
|
C++ doesn't really have a "backend" like the JVM does; its ABI is already too weak to be used across shared libraries. So there's not as much need to mix a new language with existing C++. Worse, because C++ libraries are gigantic header files, you have to support 100% of the language to use them. |
|
[0] https://www.cliki.net/Clasp