Is sticking to one language a good practice?

Posted by Ans on Programmers See other posts from Programmers or by Ans
Published on 2013-07-01T22:10:11Z Indexed on 2013/07/01 23:14 UTC
Read the original article Hit count: 365

I'm developing a pipeline for processing text that will go into production. The question I keep asking myself is: should I stick to one language when looking for a tool to do a particular task (e.g. NLTK, PDFMiner, CLD, CRFsuite, etc.)?

Or is it OK to mix and match looking for the best tool regardless of what language it's written in (e.g. OpenNLP, ParsCit, poppler, CFR++, etc.) and warp my code around them?

© Programmers or respective owner

Related posts about programming-languages

Related posts about programming-practices