.BEAM ファイル拡張子
Compiled Erlang File
| 開発元 | Ericsson |
| 人気度 |
3.4 | 7 票 |
BEAMファイルとは?
Executable file generated by the Erlang compiler, a program used for building BEAM files from .ERL source code files; saved in a binary format, called bytecode, and can be run with the Erlang virtual machine (VM).
詳細情報
Erlang is a programming language used for developing scalable real-time systems for e-commerce, instant messaging, and telephony.
注: BEAM files are similar to Java .CLASS files, which contain bytecode that is run on the Java Virtual Machine (JVM). The Erjang project developed a virtual machine for Erlang that runs in Java. It loads BEAM files, converts them to the CLASS format, and then runs them with the JVM.