|
|
|
|
|
by Phlogistique
2005 days ago
|
|
It's relevant: * For projects where one of the main purposes is for the author of the project to learn said language * For projects which expose an API in their implementation language. In the case of an implementation of a programming language, they might offer embeddability in the host language, or a foreign function interface with the host language. |
|
Is there any evidence that the "user" of an API is likely to prefer the same language that was used for the original thing?
(BTW this does not seem to be the case for networked APIs such as REST services).