What language has the best/most library bindings?
Posted
by
Rook
on Programmers
See other posts from Programmers
or by Rook
Published on 2011-01-14T18:17:41Z
Indexed on
2011/01/14
18:58 UTC
Read the original article
Hit count: 257
programming-languages
|libraries
A library binding allows a programming language to use a library written in another language. Most commonly you want to access a C library like libcurl from a language like PHP or Python.
Not all bindings are created equally, for instance the libcurl binding for Python was abandoned almost 3 years ago and their sf.net bug tracker is overrun with unsolved problems. PHP on the other hand has very good libcurl bindings that are actively maintained.
So here is my question: What language has the best and/or the most bindings?
© Programmers or respective owner