Skip to content

Why language choice doesn’t matter for your development project?

This post points out the reasons that make choosing a language for a specific project irrelevant. Of course, you can find online articles that explain “Why language choice does matter for your development project”. In the end, the choice is yours!

programming-languages

Equivalence of languages

The large majority of development languages are mathematically equivalent. We call them “Turing Complete“. Without going in too much details, this comes down to the fact that whatever you can do with one Turing complete language, you can do with any other Turing complete language. So why bother?

Everything is built on top of it

Is it? There is a large consensus on the fact that separation of concerns is really important in architecture. So good architecture should be able to cope with different languages for different parts, right? With well defined responsibilities and interfaces, why would anyone want to force a specific language for a given module?

Financial aspects

Learning a language involves a lot of effort. IT projects have a long tradition of overrunning both time & budget aspects [CHAOSManifesto2013] while delivering less than what was planned. How would spending more time and money in learning a new language improve this situation?

 Conclusion

At this point, you probably wonder why you would ever need to learn a new language. Just to give it a fair shot, we invite you to read a counterpoint to this article before definitely making up your mind.

Releated Posts

Privacy Enhancing Technologies 2024: A Summary

For Large Language Models (LLMs), Azure confidential computing offers TEEs to protect data integrity throughout various stages of the LLM lifecycle, including prompts, fine-tuning, and inference. This ensures that all
Read More

IEEE Big Data 2023 – A Summary

Our CTO, Sabri Skhiri, recently travelled to Sorrento for IEEE Big Data 2023. In this article, Sabri explores for you the various keynotes and talks that took place during the
Read More