
erlangbyexample.org
Erlang by ExampleLearn Erlang/OTP through annotated example programs.
http://www.erlangbyexample.org/
Learn Erlang/OTP through annotated example programs.
http://www.erlangbyexample.org/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
0.2 seconds
16x16
32x32
64x64
128x128
160x160
192x192
1&1 Internet Inc. - www.1and1.com
Oneandone Private Registration
701 Lee●●●●●●●ite 300
Ches●●●●rook , PA, 19087
US
View this contact
1&1 Internet Inc. - www.1and1.com
Oneandone Private Registration
701 Lee●●●●●●●ite 300
Ches●●●●rook , PA, 19087
US
View this contact
1&1 Internet Inc. - www.1and1.com
Oneandone Private Registration
701 Lee●●●●●●●ite 300
Ches●●●●rook , PA, 19087
US
View this contact
1 & 1 Internet AG (R73-LROR)
WHOIS : whois.publicinterestregistry.net
REFERRED :
PAGES IN
THIS WEBSITE
15
SSL
EXTERNAL LINKS
1
SITE IP
172.217.6.83
LOAD TIME
0.205 sec
SCORE
6.2
Erlang by Example | erlangbyexample.org Reviews
https://erlangbyexample.org
Learn Erlang/OTP through annotated example programs.
Erlang by Example: Processes
http://www.erlangbyexample.org/processes
Module(processes). -compile([export all]). proc() - io:format("Im a process with id p n", [self()]). loop() - loop(). run() - spawn(fun() - proc() end), spawn(processes, proc, []), spawn(? MODULE, proc, []), ok. 1 c(processes). {ok,processes} 2 processes:run(). Im a process with id 0.166.0 Im a process with id 0.167.0 Im a process with id 0.168.0 ok. Work in progress .
Erlang by Example: Case of
http://www.erlangbyexample.org/case-of
You can use a `Case . of` expression to match against a sequence of patterns. Unlike the `if` expression, `case . of` allows you use guards in the clauses. If no case clause matches, the runtime system will throw a no case clause matching error. You can of course use the pattern ` ` to capture anything else, which the previous cluses did not match. 1 c(case of). {ok,case of} 2 case of:run(). yes with cover yes no cover no boy admission no girl admission ok. Work in progress .
Erlang by Example: Values
http://www.erlangbyexample.org/values
Erlang has various value types, including integers, strings, floats, atoms, etc. These data types are also called terms. Integers and Floats Strings Booleans An atom Lists Tuples Maps (Dictionaries) Records Bit strings and Binaries A reference A function is a value too. Process identifier (pid). Module(values). -export([show/0]). -record(dude, {name, age}). println(What) - io:format(" p n", [What]). show() - println([2 3, 2#111, 16#ffa, 2.3e3]), println("Ole, ola! Work in progress .
Erlang by Example: Send/Receive
http://www.erlangbyexample.org/send-receive
Processes in Erlang share no memory, hence they communicate via message passing. Each process has a mailbox. The `receive` block allows a process to do something with the messages in its mailbox. A process can receive different kinds of messages, then act on them. To send a message to a process, use the `! Operator, preceded by the process id you want to send the message to. How does a process handle received messages? Msg run() - Pid = spawn(? MODULE, math, []), Pid2! Add, 1, 2}, Pid2! Work in progress .
Erlang by Example: Monitors
http://www.erlangbyexample.org/monitors
Monitors are an alternative to links. Unlike links, which are bidirectional, monitors are unidirectional. This worker will wait for? Module(monitors). -compile([export all]). -define (TIMEOUT, 3000). worker() - receive do work - io:format("I (worker p) will work now n", [self()]), worker() after? New worker, Pid}, receive {DOWN, Reference, process, Pid, Reason} - io:format("I (parent) My worker p died ( p) n", [Pid, Reason]), parent() end. loop() - receive {new worker, WorkerPid} - timer:slee...TIMEOUT*1...
TOTAL PAGES IN THIS WEBSITE
15
Community for Erlang developers
Community for Erlang developers. Currently under high development. We will keep you updated if you subscribe now! Pssst, also check out these Top Projects. Designed, built and made in Amsterdam with all the love by @bcambel. Erlangarticles.com running version @93d8702f. Code licensed under MIT. Drop us your email and we will keep you updated.
Web Page Under Construction
This Site Is Under Construction and Coming Soon. This Domain Is Registered with Network Solutions.
erlangblogspotting.blogspot.com
Erlang Blog Spotting
Your Bear spots the Erlang blogs in the wild. Sunday, 16 March 2008. Planet Trapexit is the blog feed from trapexit.org. Which is the community site from Erlang Training and Consulting. It scans a lot of Erlang blogs. Http:/ planet.trapexit.org. Posted by Dein Bär. Erlang Training and Consulting. Planet Erlang by Process-one. The site also features many RSS feeds for various topics. Http:/ www.planeterlang.org. Posted by Dein Bär. Posted by Dein Bär. Asking the #erlang crowd. Thus we will feature Yariv.
erlangbook.com - This website is for sale! - erlangbook Resources and Information.
The owner of erlangbook.com. Is offering it for sale for an asking price of 499 USD! This page provided to the domain owner free. By Sedo's Domain Parking. Disclaimer: Domain owner and Sedo maintain no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo or domain owner and does not constitute or imply its association, endorsement or recommendation.
erlangbooks.com - This website is for sale! - erlangbooks Resources and Information.
The owner of erlangbooks.com. Is offering it for sale for an asking price of 1999 USD! This page provided to the domain owner free. By Sedo's Domain Parking. Disclaimer: Domain owner and Sedo maintain no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo or domain owner and does not constitute or imply its association, endorsement or recommendation.
Erlang by Example
Is a concurrent, fault tolerant programming language developed at Ericsson. Is a functional, compiled, dynamically typed, fault-tolerant and concurrent programming language. Erlang is an exotic language as it addresses concurrency different than mainstream programming languages. Execute in a concurrent fashion and communicate via message passing. Hello world ». Case of ». Pattern Matching ». List Comprehension ». Custom Behaviors ». Work in progress .
Contacting Mitan
Information about erlang calculations is provided by Mitan Ltd. as a public service, and has been moved to www.mitan.co.uk. Choose "ERLANG" from the main menu). To view the erlang information.
erlangc.de steht zum Verkauf
Diese Domain steht zum Verkauf! Die Domain erlangc.de wird vom Inhaber im Marktplatz angeboten. Sie können diese Domain jetzt erwerben! Der Inhaber dieser Domain parkt diese beim Domain-Parking-Programm.
ERLANG CALCULATOR — Программа для расчетов нагрузки, количества каналов Рё процента потерь РїРѕ Р’ формуле Ррланга
РЎРєР С Р С СЊ. Р РЅС РµСЂС РµР СЃ. РћС Р С РІС. РџСЂРѕРіСЂР РјРјР РґРСЏ СЂР СЃС РµС РѕРІ РЅР РіСЂСѓР РєРё, РєРѕРРёС РµСЃС РІР РєР РЅР РРѕРІ Рё РїСЂРѕС РµРЅС Р РїРѕС РµСЂСЊ РїРѕ Р’ С РѕСЂРјСѓРРµ РСЂРР РЅРіР. Http:/ erlangcalc.3dn.ru/. РџСЂРѕРіСЂР РјРјР РґРСЏ СЂР СЃС РµС РѕРІ РЅР РіСЂСѓР РєРё, РєРѕРРёС РµСЃС РІР РєР РЅР РРѕРІ Рё РїСЂРѕС РµРЅС Р РїРѕС РµСЂСЊ РїРѕ Р’ С РѕСЂРјСѓРРµ РСЂРР РЅРіР . РџРћР Р Р Р Р РђРўР РџР РћР РљРў. РҐРѕСЃС РёРЅРі РѕС uCoz.
erlangcamp.com - This website is for sale! - erlang camp erlangcamp erlang workshop erlang conference chicago erlang otp programming erlang erlang Resources and Information.
The owner of erlangcamp.com. Is offering it for sale for an asking price of 499 USD! This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.
Erlang central
Welcome to ErlangCentral.com. The site is for hosting Erlang based tools and articles. The articles will be technical in nature and targetted towards Erlang programmers. The site is not aimed to be a book or news site for Erlang. A really good book on Erlang is already available at http:/ www.learnyousomerlang.com. Similarly a news site with latest updates from Erlang world along with links to various presentations made at famous Erlang conferences is available at http:/ www.erlangcentral.org.
SOCIAL ENGAGEMENT