36 ms·
Are you saying no project can consist of multiple languages working together?
by fauldsh 14y ago
Are you saying no project can consist of multiple languages working together?
- aero142 14y agoNo, 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.
- Ralith 14y agoI think he's recognizing that doing so is not usually practical.