Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in erlang

Erlang's equivalent of Haskell's as-patterns

list haskell erlang as-pattern

What replaces the MVC pattern in functional programming?

Elixir NIF- Hello World example on x64 Mac OSX

Pattern Matching Elixir Record Aganist Struct

erlang record elixir

What is a tuple module in Erlang?

module erlang tuples

Determining IP address and port of an incoming TCP/IP connection in Erlang

sockets erlang tcp

Generating an RSA Key Pair with Erlang?

Large mutable byte array in Erlang

Simple example using Erlang for https post

ssl https erlang

Variable assignment in Elixir

erlang elixir

Unable to use function call in function guard

erlang

Restarting erlang process and preserving state

erlang

Erlang : flattening a list of strings

list erlang flatten

Speed-up and best practices: Using ets for per-module pre-computed data

erlang big-o memoization ets

Translate CouchDB javascript views to erlang

javascript erlang couchdb

What is the purpose of single assignment?

performance penalty of message passing as opposed to shared data

Emit Tuples From Erlang Views In CouchDB

erlang couchdb tuples

Is there an equivalent to HLint for Erlang?

Why comparing function results is an illegal guard exception in Erlang?

erlang guard