PUBLIC   marks

PUBLIC MARKS with tag Erlang

Sponsorised links

This month

sgte - Google Code

by jpcaruana (via)
sgte is an Erlang template Engine for generating structured output (code, html web pages, xml, emails, csv files, etc...).

Sponsorised links

June 2008

Erlang: An Introduction to Records | 20bits

by greut

If you want to to add and remove fields on the fly, or if you don't know what fields you'll have until runtime, you should use dicts rather than records.

whenever using record, how and not (by choosing dict instead)

Real World Haskell » Blog Archive » CUFP 2007 videos now easier to view

by greut

[…] the recorded sessions from last year’s Commercial Users of Functional Programming are now up in conveniently viewable form on Google Video.

Erlang, F#, ...

patmatch.py

by greut (via)

Erlang-style pattern matching. This defines a decorator ``Inbox`` which turns a function into an inbox that accepts messages (through calling) and dispatches to an implementation.

Yaws

by Xavier Lacot & 2 others
Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for dynamic-content webapplications, written in Erlang.

File/Directory Listing in a MochiWeb Project - MochiWeb | Google Groups

by greut

a very basic File and Directory Listing capability to my MochiWeb project

May 2008

Erlang - software for a concurrent world

by greut

How do you program a multicore computer? Easy - do it in Erlang. Erlang is a concurrent functional programming language designed for programming fault-tolerant systems. With share-nothing semantics and pure message passing, Erlang programs scales on multicore computers. In this talk, Joe introduces Erlang, the ideas of Concurrent Oriented Programming and commercial applications written in Erlang

twoorl - Google Code

by webs
Twoorl is an open source Twitter clone written in Erlang using the ErlyWeb framework

InfoQ: Erlang - software for a concurrent world

by Xavier Lacot
In this talk, Joe introduces Erlang, the ideas of Concurrent Oriented Programming and commercial applications written in Erlang.

Yariv’s Blog » Blog Archive » Announcing Twoorl: an open source ErlyWeb-based Twitter clone

by greut

With the recent brouhaha over Twitter’s scalability problems, I thought, wouldn’t it be fun to write a Twitter clone in Erlang?

Last weekend was cold and rainy here in Palo Alto, so I sat down and hacked one, and thus Twoorl was born. It took me one full day plus a couple of evenings. The codebase is about 1700 lines (including comments).

Twitter is dead, long live to Twoorl. The code is open source.

ecouch - Google Code

by greut (via)

eCouch is an Erlang application that provides access to CouchDb servers.

gen_server behaviour in Erlang - You don't want to read this.

by greut

The power of OTP comes from the fact that properties such as fault tolerance, scalability, dynamic-code upgrade, and so on, can be provided by the behavior itself. In other words, the writer of the callback does not have to worry about [those things] because this is provided by the behavior.

Erlang Community - A fast web server demonstrating some undocumented Erlang features - Trapexit

by greut & 1 other

This HOWTO describes a web server written for the day when even Yaws is not quick enough.

April 2008

PUBLIC TAGS related to tag Erlang

no tag

Sponsorised links