Message from discussion
Why Erlang? GDC Online 2012
Received: by 10.205.123.145 with SMTP id gk17mr571212bkc.2.1350204078188;
Sun, 14 Oct 2012 01:41:18 -0700 (PDT)
X-BeenThere: erlang-programming@googlegroups.com
Received: by 10.204.0.70 with SMTP id 6ls4091575bka.2.gmail; Sun, 14 Oct 2012
01:41:17 -0700 (PDT)
Received: by 10.204.149.65 with SMTP id s1mr571670bkv.3.1350204077825;
Sun, 14 Oct 2012 01:41:17 -0700 (PDT)
Received: by 10.204.149.65 with SMTP id s1mr571669bkv.3.1350204077800;
Sun, 14 Oct 2012 01:41:17 -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 t1si1259831bkt.1.2012.10.14.01.41.17;
Sun, 14 Oct 2012 01:41:17 -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
Received: from hades.cslab.ericsson.net (hades [192.121.151.104])
by hades.cslab.ericsson.net (Postfix) with ESMTP id 777B25C0D4;
Sun, 14 Oct 2012 10:41:09 +0200 (CEST)
X-Original-To: erlang-questi...@erlang.org
Delivered-To: erlang-questi...@erlang.org
Received: from s15235027.onlinehome-server.info
(s15235027.onlinehome-server.info [87.106.56.16])
by hades.cslab.ericsson.net (Postfix) with ESMTP id 1A4DC5C007
for <erlang-questi...@erlang.org>; Sun, 14 Oct 2012 10:41:07 +0200 (CEST)
Received: (qmail 13650 invoked from network); 14 Oct 2012 10:41:06 +0200
Received: from unknown (HELO ?10.0.9.88?) (12.97.225.83)
by s15235027.onlinehome-server.info with (AES128-SHA encrypted) SMTP;
14 Oct 2012 10:41:06 +0200
Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1486\))
From: Henning Diedrich <hd2...@eonblast.com>
In-Reply-To: <CADOS1q+pit8zeq72r99MFU43qO9Ndv58tEfmeafU7te4sjwxJg@mail.gmail.com>
Date: Sun, 14 Oct 2012 03:41:12 -0500
Message-Id: <CB27CE0E-D898-4D74-99DF-76FB80F50...@eonblast.com>
References: <615E7E5D-B00A-4A24-9569-C2B39EA99...@eonblast.com>
<CADOS1q+pit8zeq72r99MFU43qO9Ndv58tEfmeafU7te4sjw...@mail.gmail.com>
To: "erlang-questi...@erlang.org" <erlang-questi...@erlang.org>
X-Mailer: Apple Mail (2.1486)
Subject: Re: [erlang-questions] Why Erlang? GDC Online 2012
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: multipart/mixed; boundary="===============5634857419801887457=="
Errors-To: erlang-questions-boun...@erlang.org
Sender: erlang-questions-boun...@erlang.org
--===============5634857419801887457==
Content-Type: multipart/alternative; boundary="Apple-Mail=_A61C2E8B-2871-4707-93BA-D51CF865EFE4"
--Apple-Mail=_A61C2E8B-2871-4707-93BA-D51CF865EFE4
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=us-ascii
Could be here: =
http://www.erlang-factory.com/conference/ErlangUserConference2012/speakers=
/KennethLundin
It's my recollection of the presentation "Latest News from the Erlang =
OTP Group" at the EUC 2012 by Kenneth Lundin.
I did not find slides online but from the year before, hinting in that =
direction, too. See Slide 10 =
http://www.erlang-factory.com/upload/presentations/487/EUC_stockholm2011.p=
df
The alternate for Records would be O'Keefe's frames. For the strings I =
don't know details.
Best,
Henning
On Oct 13, 2012, at 2:17 PM, Gleb Peregud <glebe...@gmail.com> wrote:
> Can you give a link for an announcement of "cures" of strings and =
records? I must have missed them here at mailing list
>=20
> Cheers,
> Gleb
>=20
> On Saturday, October 13, 2012, Henning Diedrich wrote:
> Hi list,
>=20
> the slides of my talk at the last GDC Online in Austin, last =
Wednesday, are up at
>=20
> http://www.slideshare.net/eonblast/why-erlang-gdc-online-2012
>=20
> It's an intro to Erlang, including for management level folks with =
past programming experience. But also get-your-toes-wet source examples =
in its second part.
>=20
> The slides are verbose in an attempt to make them useful for =
Slideshare-only consumption.
>=20
> Please let me know if you find any errors or grave omissions.
>=20
> Big thanks again to Robert, Joe, Ulf and Felix for their feedback and =
input.
>=20
> Thanks,
> Henning
> _______________________________________________
> erlang-questions mailing list
> erlang-questi...@erlang.org
> http://erlang.org/mailman/listinfo/erlang-questions
--Apple-Mail=_A61C2E8B-2871-4707-93BA-D51CF865EFE4
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
charset=us-ascii
<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
charset=3Dus-ascii"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; =
"><div>Could be here: <a =
href=3D"http://www.erlang-factory.com/conference/ErlangUserConference2012/=
speakers/KennethLundin">http://www.erlang-factory.com/conference/ErlangUse=
rConference2012/speakers/KennethLundin</a></div><div><br></div><div>It's =
my recollection of the presentation "<span style=3D"color: rgb(135, 136, =
138); font-family: ArialMT; font-size: 8pt; background-color: rgb(255, =
255, 255); ">Latest News from the Erlang OTP Group" at the EUC 2012 =
by </span>Kenneth Lundin.</div><div><br></div><div>I did not find =
slides online but from the year before, hinting in that direction, =
too. <span style=3D"color: rgb(135, 136, 138); font-family: =
ArialMT; font-size: 8pt; background-color: rgb(255, 255, 255); ">See =
Slide 10 </span><a =
href=3D"http://www.erlang-factory.com/upload/presentations/487/EUC_stockho=
lm2011.pdf">http://www.erlang-factory.com/upload/presentations/487/EUC_sto=
ckholm2011.pdf</a></div><div><span style=3D"color: rgb(135, 136, 138); =
font-family: ArialMT; font-size: 8pt; background-color: rgb(255, 255, =
255); "><br></span></div><div>The alternate for Records would be =
O'Keefe's frames. For the strings I don't know =
details.</div><div><br></div><div>Best,</div><div>Henning</div><div><br></=
div><div><div>On Oct 13, 2012, at 2:17 PM, Gleb Peregud <<a =
href=3D"mailto:glebe...@gmail.com">glebe...@gmail.com</a>> =
wrote:</div><br class=3D"Apple-interchange-newline"><blockquote =
type=3D"cite">Can you give a link for an announcement of "cures" of =
strings and records? I must have missed them here at mailing =
list<div><br></div><div>Cheers,</div><div>Gleb<span></span><br><br>On =
Saturday, October 13, 2012, Henning Diedrich wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 =
.8ex;border-left:1px #ccc solid;padding-left:1ex">Hi list,<br>
<br>
the slides of my talk at the last GDC Online in Austin, last Wednesday, =
are up at<br>
<br>
<a href=3D"http://www.slideshare.net/eonblast/why-erlang-gdc-online-2012" =
target=3D"_blank">http://www.slideshare.net/eonblast/why-erlang-gdc-online=
-2012</a><br>
<br>
It's an intro to Erlang, including for management level folks with past =
programming experience. But also get-your-toes-wet source examples in =
its second part.<br>
<br>
The slides are verbose in an attempt to make them useful for =
Slideshare-only consumption.<br>
<br>
Please let me know if you find any errors or grave omissions.<br>
<br>
Big thanks again to Robert, Joe, Ulf and Felix for their feedback and =
input.<br>
<br>
Thanks,<br>
Henning<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href=3D"javascript:;" onclick=3D"_e(event, 'cvml', =
'erlang-questi...@erlang.org')">erlang-questi...@erlang.org</a><br>
<a href=3D"http://erlang.org/mailman/listinfo/erlang-questions" =
target=3D"_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><=
br>
</blockquote></div>
</blockquote></div><br></body></html>=
--Apple-Mail=_A61C2E8B-2871-4707-93BA-D51CF865EFE4--
--===============5634857419801887457==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions
--===============5634857419801887457==--