Which dynamic language for using other languages inside of?
- by marienbad
Tell why you think Python, Perl, Ruby, etc is easiest for plugging in modules from other languages with minimal though.
To clarify, an example: I want to write business logic in Python, but use functionality that conveniently exists as a Perl module.
In other words, which language "just works" with the most modules?