public marks

PUBLIC MARKS with tags Erlang & python

2009

 NASA NEBULA | About NEBULA

by karlcow

NEBULA is a Cloud Computing environment developed at NASA Ames Research Center, integrating a set of open-source components into a seamless, self-service platform. It provides high-capacity computing, storage and network connectivity, and uses a virtualized, scalable approach to achieve cost and energy efficiencies.

The fully-integrated nature of the NEBULA components provides for extremely rapid development of policy-compliant and secure web applications, fosters and encourages code reuse, and improves the coherence and cohesiveness of NASA's collaborative web applications. It is used for Education and Public Outreach, for collaboration and public input, and also for mission support.

Built from the ground up around principles of transparency and public collaboration, NEBULA is also an open-source project. NEBULA is built on the NEBULA platform.

2008

Speeqe – Trac

by greut (via)

Speeqe is a web based, group chat client that works with the XMPP/MUC protocol.

and open source since a couple of days.

Disco

by greut

Disco is an open-source implementation of the Map-Reduce framework for distributed computing. As the original framework, Disco supports parallel computations over large data sets on unreliable cluster of computers.

The Disco core is written in Erlang, a functional language that is designed for building robust fault-tolerant distributed applications. Users of Disco typically write jobs in Python, which makes it possible to express even complex algorithms or data processing tasks often only in tens of lines of code. This means that you can quickly write scripts to process massive amounts of data.

Disco was started at Nokia Research Center as a lightweight framework for rapid scripting of distributed data processing tasks. This far Disco has been succesfully used, for instance, in parsing and reformatting data, data clustering, probabilistic modelling, data mining, full-text indexing, and log analysis with hundreds of gigabytes of real-world data.

Erlang + Python = complete beautifulness

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.

2007

ASPN : Python Cookbook : An Erlang Port in Python

by greut

Ports provide the basic Erlang mechanism for communication with the external world. They provide a byte-oriented interface to an external program.

talking to Python from Erlang

PARLEY

by pvergain
PARLEY is an API for writing Python programs that implement the Actor model of distributed systems, in which lightweight concurrent processes communicate through asynchronous message-passing. Actor systems typically are easier to write and debug than traditional concurrent programs that use locks and shared memory. PARLEY can run using either traditional native threads, greenlets (lightweight threads), or Stackless Python's tasklets. A program written using PARLEY can choose between these models by changing a single line of code. Usage Messages in PARLEY can be arbitrary objects, but the standard message format is a 4-tuple: (tag, sender, args, kwargs). A typical way to handle such a message is to look up a function based on the tag; pass args and kwargs as parameters to the function (args being position parameters, and kwargs being keyword parameters); and to send the return value of the function as a message to the original sender. You can check out the latest version from Subversion using the following command: svn co http://artdent.homelinux.net/parley/trunk

2006

Python-Erlang Homepage

by fakechris
erlang binding for python

Candygram

by fakechris & 8 others
Candygram is a Python implementation of Erlang concurrency primitives.

PUBLIC TAGS related to tag Erlang

agile +   AMQP +   mnesia +   opensource +   ror +   scrum +   spring +   training +  

Active users

karlcow
last mark : 08/08/2009 21:44

greut
last mark : 09/10/2008 09:29

krachot
last mark : 26/09/2008 07:08

jey
last mark : 09/06/2008 12:37

benoit
last mark : 17/05/2008 03:08

jdrsantos
last mark : 04/10/2007 13:02

pvergain
last mark : 24/07/2007 12:38

fakechris
last mark : 23/05/2006 08:54