Pastebin

A Pastebin is a type of online database that allows users to store and share text-based data. This data can be anything from code snippets to full-blown programs. Pastebins are often used by programmers to share code snippets with others, or to provide a place for others to post code snippets for feedback or collaboration. … Read more

Erlang programming language

The Erlang programming language is a general-purpose, concurrent, functional programming language, as well as a garbage-collected runtime system. It was designed by Ericsson in 1986. Erlang has built-in support for concurrency, distribution and fault tolerance. The Erlang runtime system is based on the concept of an actor model. In the actor model, an actor is … Read more