2.8. Troubleshooting an Installation 2.8.1. First Install 2.8.2. Quick Build 2.8.3. Upgrading 2.8.4. Runtime Errors 2.8.4.1. Lots of memory being used on startup 2.8.4.2. erlan...
Overview Overview The Hamler Data Types are mapping to Erlang Data types at compile-time. The following table shows the overview of the mappings: Hamler Data Type Erlang D...
2.1 Character Set 2.1 Character Set The syntax of Erlang tokens allow the use of the full ISO-8859-1 (Latin-1) character set. This is noticeable in the following ways: All ...
Pids Mapping Pids Mapping The Pid data type in Hamler is foreign imported from Erlang. Pid in Erlang is a unique identifier of the Erlang lightweight process.