Build It with Nitrogen: the Fast Off the Block Erlang Web Framework, guides web developers step-by-step through construction of highly reliable web applications. Nitrogen is designed for no-fuss development. It abstracts html and JavaScript into syntactic... (more…)
Read more »
There are different ways to structure data within a file.
In the age of web, the most prominent one is JSON, followed by middle-aged XML and configuration-oriented YAML.
Human-readable ways to structure data, however, are just one side of the spectrum.
Th... (more…)
Read more »
Erlang is a functional programming language with dynamic typing. The language
offers great flexibility for destructing values through pattern matching and
dynamic type tests. Erlang also comes with a type language supporting
parametric polymorphism, equi-... (more…)
Read more »
This is a quick introduction to the Elixir syntax for Erlang developers and vice-versa. It is the absolute minimum amount of knowledge you need in order to understand Elixir/Erlang code, support interoperability, read the docs, sample code, etc. (more…)
Read more »
Bragful core: PHP Interpreter in pure Erlang. Contribute to bragful/ephp development by creating an account on GitHub. (more…)
Read more »