Language Bindings for Erlang Again (Opinion)
Richard A. O'Keefe
ok@REDACTED
Wed Jun 7 06:13:47 CEST 2006
Jeff Crane <jefcrane@REDACTED> wrote:
I suggest you do any manner of search for Erlang,
binding, language, interface and then get back to me
with what page J-interface comes up on.
If I am looking for an interface between language X and language Y,
and I have language X installed on my system, I go looking in the
documentation for language X before looking on the Web.
So I did.
cd /users/local/src/otp* Where I keep my current Erlang
find . -name "*interface*" -print Some manner of search for "interface"
Lo and behold! jinterface popped out right away.
Something which is right there in the documentation cannot honestly
be said to be hard to find.
If you insist on a Web search, "erlang/java interface" led me to
http://www.darrenhobbs.com/archives/2003/02/erlang_exceedin.html
which led directly to
http://www.erlang.org/doc/r7b/lib/jinterface-1.2.1/doc/index.html
which is, um, a dead link.
But it _did_ suggest visiting
http://www.erlang.org
and typing JInterface in the search box, which led straight to
http://www.erlang.org/doc/doc-5.5/pdf/jinterface-1.3.pdf
and various messages about JInterface.
Took about five minutes to get there.
More information about the erlang-questions
mailing list