[erlang-questions] Why do "interface to language X" projects all seem to die out?

Ilya Khaprov ilya.khaprov@REDACTED
Wed Aug 31 18:36:40 CEST 2016


Hello,

Here is a library for writing nodes in Common Lisp: https://github.com/flambard/CLERIC.
Last time I checked it worked.

Ilya.


From: Matthias Lang<mailto:matthias@REDACTED>
Sent: 31 августа 2016 г. 17:18
To: erlang-questions@REDACTED<mailto:erlang-questions@REDACTED>
Subject: [erlang-questions] Why do "interface to language X" projects all seem to die out?

Hi,

Pretty much all of the "not built in to OTP" ways to connect to other
languages seem to have died, i.e.

   - EPI (C++). Last commit 2009.
   - py_interface (Python). Last commit 2014. Freshest of the lot.
   - edtk (C). Last release 2007.
   - dryverl (C). Last release 2008.
   - erlua (Lua). Project page dead. Author's email is dead.
   - erlualib (last commit 2010). Github-linked company page dead.

Can anyone offer some experiences or ideas why?

Could it be that these types of solutions are rarely needed? Maybe
NIFs are unbeatable for the "narrow interface, no state, high
performance" cases and port programs with hand-rolled interfaces most
of the rest.

Matt
_______________________________________________
erlang-questions mailing list
erlang-questions@REDACTED
http://erlang.org/mailman/listinfo/erlang-questions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20160831/3ecbcc10/attachment.htm>


More information about the erlang-questions mailing list