1.3.1. /db 1.3.1.1. Specifying the Document ID 1.3.1.2. Batch Mode Writes 1.3.1. /db HEAD /{db} Returns the HTTP Headers containing a minimal amount of information about ...
13.10 Distribution Modules 13.10 Distribution Modules Examples of modules useful for distributed programming: In the Kernel application: Module Description global A globa...
List Comprehensions List Comprehensions List comprehensions in Erlang use || as a separator between expression and generators, but | is used in Hamler. Hamler: [ x * 2 | ...
Simple Types Simple Types Hamler is strongly typed, and has a powerful static type system. Let’s start with some simple examples. Boolean true :: Boolean false :: ...
15.1 Ports 15.1 Ports Ports provide the basic mechanism for communication with the external world, from Erlang's point of view. They provide a byte-oriented interface to an ...