Atoms Mapping Atoms Mapping Atom is a constant with name, which is also known as Symbol in other languages, such as Ruby. Atoms in Hamler are imported from Erlang, defined ...
Why Hamler? Why Hamler? For almost a decade, we have been developing software systems based on Erlang/OTP, especially our main product EMQ X - the scalable open-source MQTT br...
Process and Mailbox Process and Mailbox An actor in Hamler/Erlang is defined as a process, which works like an OS process. Each process has its own memory, composed of a mailbo...
FFI Functions FFI Functions We have also provided some nice functions allowing you to “directly” use an Erlang library: -- if we want to use sin function from math mod...