Which dynamic language can easily use libraries from other languages?

Posted by marienbad on Stack Overflow See other posts from Stack Overflow or by marienbad
Published on 2010-03-20T17:06:57Z Indexed on 2010/03/22 15:41 UTC
Read the original article Hit count: 366

Filed under:
|
|
|
|

Tell why you think Python, Perl, Ruby, etc is easiest for plugging in modules from other languages with minimal thought.

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?

© Stack Overflow or respective owner

Related posts about python

Related posts about ruby