Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in erlang

Is there a way to use local function in guard

erlang

laziness and function composition (haskell, erlang)

Empty Map Pattern matches even for non-empty Map

erlang

Ecto.StaleEntryError when updating

Erlang pattern matching bitstrings

Difference between equal to and exactly equal to term comparison operators

erlang

No tail recursive code in a try catch block?

erlang

Is there an Erlang os:cmd equivalent that takes a list of strings instead of a single command?

erlang

Actor model and collision detection

In Erlang, what's the difference between gen_server:start() and gen_server:start_link()?

Preserving relational integrity with Mnesia

database erlang mnesia

Sorting Erlang records in a list?

sorting erlang

Can I make my own Guards in Erlang?

erlang guard

erlang - startup script

erlang

Practical use of improper lists in Erlang (perhaps all functional languages)

which is more efficent among ets and mnesia

erlang ejabberd mnesia ets

Erlang, list comprehension syntax

Is there a stable Cassandra library for Erlang?

erlang cassandra

How to run a custom function when starting an Erlang shell / node? (That is, a function within an `.erl` file)

Erlang accept incoming tcp connections dynamically

tcp erlang gen-event