Message from discussion
Erlang in distributed systems research
Received: by 10.204.148.22 with SMTP id n22mr1647760bkv.0.1349888258942;
Wed, 10 Oct 2012 09:57:38 -0700 (PDT)
X-BeenThere: erlang-programming@googlegroups.com
Received: by 10.204.155.71 with SMTP id r7ls886129bkw.6.gmail; Wed, 10 Oct
2012 09:57:38 -0700 (PDT)
Received: by 10.205.123.145 with SMTP id gk17mr1645988bkc.2.1349888258691;
Wed, 10 Oct 2012 09:57:38 -0700 (PDT)
Received: by 10.205.123.145 with SMTP id gk17mr1645987bkc.2.1349888258673;
Wed, 10 Oct 2012 09:57:38 -0700 (PDT)
Return-Path: <erlang-questions-boun...@erlang.org>
Received: from hades.cslab.ericsson.net (hades.cslab.ericsson.net. [192.121.151.104])
by gmr-mx.google.com with ESMTP id k7si234168bks.2.2012.10.10.09.57.38;
Wed, 10 Oct 2012 09:57:38 -0700 (PDT)
Received-SPF: pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) client-ip=192.121.151.104;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) smtp.mail=erlang-questions-boun...@erlang.org; dkim=neutral (body hash did not verify) header...@gmail.com
Received: from hades.cslab.ericsson.net (hades [192.121.151.104])
by hades.cslab.ericsson.net (Postfix) with ESMTP id 0C30D5C045;
Wed, 10 Oct 2012 18:57:34 +0200 (CEST)
X-Original-To: erlang-questi...@erlang.org
Delivered-To: erlang-questi...@erlang.org
Received: from mail-ie0-f181.google.com (mail-ie0-f181.google.com
[209.85.223.181])
by hades.cslab.ericsson.net (Postfix) with ESMTP id B3D415C002
for <erlang-questi...@erlang.org>; Wed, 10 Oct 2012 18:57:31 +0200 (CEST)
Received: by mail-ie0-f181.google.com with SMTP id 16so1352120iea.40
for <erlang-questi...@erlang.org>; Wed, 10 Oct 2012 09:57:31 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:from:date:message-id:subject:to
:content-type; bh=fNTxTYAYcr7Qr1VqEkmlIUPlW7UM2xSSwxqMN2edZ9A=;
b=QW8Gtij2cOoDFlxs/JyeXfeuFHo4YVE7y/WzVFc7ENZ3XIY2gOtZ+MCYFpZOi85Gdl
XLKtetetYwVFmooMv9VOagpgMxQRAzH9a+lo/wuiG7N5C9F16s35cKEEcmASGjUxPO40
ysZ0FBLTCKJIxYCIPP7LvPUyyoiozodlApiWNm/nhn43FKTVvZLYc+s98TBoZSsmbIH5
vE9ufrbPRKv9nDdM6lIlsHq60DofhmMvMYxgoGgC9Oct7gd8c0FGaIBwC4nLjwkVDSQ8
G6C7ElG8+6pqu8lGtdunM6O+dB+YJpgp5N8S4jWFfl++V4bIwdWtduGh7m/s0gQu4OXb
+wVw==
Received: by 10.50.213.73 with SMTP id nq9mr1929491igc.27.1349888250973; Wed,
10 Oct 2012 09:57:30 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.64.32.229 with HTTP; Wed, 10 Oct 2012 09:57:10 -0700 (PDT)
In-Reply-To: <507577D3.30...@univ-lille1.fr>
References: <CAPQrm=tpVkBriSebOWLiFXaw9yCUjQyx_TG2qBsW4M=6U5T...@mail.gmail.com>
<507577D3.30...@univ-lille1.fr>
From: Raoul Duke <rao...@gmail.com>
Date: Wed, 10 Oct 2012 09:57:10 -0700
Message-ID: <CAJ7XQb7sRzPT+11fCBmpXU+sxHGbM8HVnv_rX17i3+Nqee_...@mail.gmail.com>
To: "Erlang Users' List" <erlang-questi...@erlang.org>
Subject: Re: [erlang-questions] Erlang in distributed systems research
X-BeenThere: erlang-questi...@erlang.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: General Erlang/OTP discussions <erlang-questions.erlang.org>
List-Unsubscribe: <http://erlang.org/mailman/options/erlang-questions>,
<mailto:erlang-questions-requ...@erlang.org?subject=unsubscribe>
List-Archive: <http://erlang.org/pipermail/erlang-questions>
List-Post: <mailto:erlang-questi...@erlang.org>
List-Help: <mailto:erlang-questions-requ...@erlang.org?subject=help>
List-Subscribe: <http://erlang.org/mailman/listinfo/erlang-questions>,
<mailto:erlang-questions-requ...@erlang.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: erlang-questions-boun...@erlang.org
Sender: erlang-questions-boun...@erlang.org
On Wed, Oct 10, 2012 at 6:27 AM, Yann SECQ <yann.s...@univ-lille1.fr> wrote:
> But, I do not know a lot of others examples (at least within
> MAS domain). Some publications on Scala by Oderski makes
> references to erlang, but I'm not sure it fulfills your request.
https://www.google.com/search?q=erlang+vs.+c%2B%2B+telecommunications
might be of relevance? if people didn't already know about it...
_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions