logoalt Hacker News

cess11last Wednesday at 6:40 PM1 replyview on HN

To add to that, the BEAM has binaries as a data type so when you're talking to a foreign program you can quickly prototype or design binary protocols once you get tired of parsing/encoding JSON or XML or something at the edges. Depending on the facilities of the foreign language it might be more or less feasible, of course.


Replies

lamuswawirlast Wednesday at 7:11 PM

The binary interface makes interop easier with other langauges. A note of incompatibility in versions after OTP-24 with those before.