Hacker News new | ask | show | jobs
by fauldsh 5080 days ago
Are you saying no project can consist of multiple languages working together?
2 comments

No, but I am saying that switching between them is not as easy as grabbing a different tool. The easiest place to switch languages is between abstraction layers or between functional components/processes. These language separations do not often coincide with the types of code that benefit from either OO style structure vs functional data processing.
I think he's recognizing that doing so is not usually practical.