From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 7C0187F8BE for ; Wed, 30 Apr 2014 11:51:02 +0200 (CEST) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of hongseok00@gmail.com) identity=pra; client-ip=209.85.160.181; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="hongseok00@gmail.com"; x-sender="hongseok00@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of hongseok00@gmail.com designates 209.85.160.181 as permitted sender) identity=mailfrom; client-ip=209.85.160.181; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="hongseok00@gmail.com"; x-sender="hongseok00@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-yk0-f181.google.com) identity=helo; client-ip=209.85.160.181; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="hongseok00@gmail.com"; x-sender="postmaster@mail-yk0-f181.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AosBAN/GYFPRVaC1lWdsb2JhbABZFoM/V4JnwVaBHAgWDgEBAQEHDQkJEiqCSQYdARsMCgcBAxIDDTAHAiQBEQEFAYhhAQMRDYoGkAuMEFGDDZhXChknDWSFdxEBBQyNfEUEgnaBSgSFSY9mg3SLCoVvGCmDIoFAPIEt X-IPAS-Result: AosBAN/GYFPRVaC1lWdsb2JhbABZFoM/V4JnwVaBHAgWDgEBAQEHDQkJEiqCSQYdARsMCgcBAxIDDTAHAiQBEQEFAYhhAQMRDYoGkAuMEFGDDZhXChknDWSFdxEBBQyNfEUEgnaBSgSFSY9mg3SLCoVvGCmDIoFAPIEt X-IronPort-AV: E=Sophos;i="4.97,957,1389740400"; d="scan'208";a="71225719" Received: from mail-yk0-f181.google.com ([209.85.160.181]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 30 Apr 2014 11:51:01 +0200 Received: by mail-yk0-f181.google.com with SMTP id q200so1257058ykb.12 for ; Wed, 30 Apr 2014 02:51:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=tvssUUSQ7Ph0GBZ3itRdGlwoQtdUzg66zdxWkm9JRaA=; b=h/kDRqyB2/QAiHLZSnRIv0Y9cgy8OIf/k9WFDJlZvXN8JlM0L74HrlWLCSTveDE26r dKQ9SHmOdIB111tHDcK418gWwbx/taRhS1Eh1cSjsoIhNZvSnY7pY8KMDRtOVv/sluYh h7ASbKaeqBPPScWR1sCqXVZeaWHPjrp1vn++D8YlbQu++eYWq/GQheE5PU/pvltN3i1F gO+E90CuuVLpoQGwgtzVX+OLNVzjxHTPWyI0HQZ/ybcM/BccaBMakaFqA7d9rfCdjfNu C8L3liHysDC60kVPNfUx+TP5ob7jaeOKtYsxA8gNOq/IBM+DLl6T3BXknilRZ6wSfdiL BqSA== MIME-Version: 1.0 X-Received: by 10.236.138.73 with SMTP id z49mr4302451yhi.152.1398851459996; Wed, 30 Apr 2014 02:50:59 -0700 (PDT) Received: by 10.170.191.10 with HTTP; Wed, 30 Apr 2014 02:50:59 -0700 (PDT) Date: Wed, 30 Apr 2014 10:50:59 +0100 Message-ID: From: Hongseok Yang To: caml-list@yquem.inria.fr Cc: Hongseok Yang , Neelakantan Krishnaswami Content-Type: multipart/alternative; boundary=20cf303ea6345de23204f83f7c3a X-Validation-by: hongseok00@gmail.com Subject: [Caml-list] Call for talk proposals: HOPE'14 (Workshop on Higher-Order Programming with Effects, affiliated with ICFP'14) --20cf303ea6345de23204f83f7c3a Content-Type: text/plain; charset=UTF-8 ---------------------------------------------------------------------- CALL FOR TALK PROPOSALS HOPE 2014 The 3rd ACM SIGPLAN Workshop on Higher-Order Programming with Effects August 31, 2014 Gothenburg, Sweden (the day before ICFP 2014) https://www.mpi-sws.org/~neelk/hope2014/ ---------------------------------------------------------------------- HOPE 2014 aims at bringing together researchers interested in the design, semantics, implementation, and verification of higher-order effectful programs. It will be *informal*, consisting of invited talks, contributed talks on work in progress, and open-ended discussion sessions. --------------------- Goals of the Workshop --------------------- A recurring theme in many papers at ICFP, and in the research of many ICFP attendees, is the interaction of higher-order programming with various kinds of effects: storage effects, I/O, control effects, concurrency, etc. While effects are of critical importance in many applications, they also make it hard to build, maintain, and reason about one's code. Higher-order languages (both functional and object-oriented) provide a variety of abstraction mechanisms to help "tame" or "encapsulate" effects (e.g. monads, ADTs, ownership types, typestate, first-class events, transactions, Hoare Type Theory, session types, substructural and region-based type systems), and a number of different semantic models and verification technologies have been developed in order to codify and exploit the benefits of this encapsulation (e.g. bisimulations, step-indexed Kripke logical relations, higher-order separation logic, game semantics, various modal logics). But there remain many open problems, and the field is highly active. The goal of the HOPE workshop is to bring researchers from a variety of different backgrounds and perspectives together to exchange new and exciting ideas concerning the design, semantics, implementation, and verification of higher-order effectful programs. We want HOPE to be as informal and interactive as possible. The program will thus involve a combination of invited talks, contributed talks about work in progress, and open-ended discussion sessions. There will be no published proceedings, but participants will be invited to submit working documents, talk slides, etc. to be posted on this website. ----------------------- Call for Talk Proposals ----------------------- We solicit proposals for contributed talks. Proposals should be at most 2 pages, in either plain text or PDF format, and should specify how long a talk the speaker wishes to give. By default, contributed talks will be 30 minutes long, but proposals for shorter or longer talks will also be considered. Speakers may also submit supplementary material (e.g. a full paper, talk slides) if they desire, which PC members are free (but not expected) to read. We are interested in talks on all topics related to the interaction of higher-order programming and computational effects. Talks about work in progress are particularly encouraged. If you have any questions about the relevance of a particular topic, please contact the PC chairs at the address hope2013 AT mpi-sws.org. Deadline for talk proposals: June 13, 2014 (Friday) Notification of acceptance: July 4, 2014 (Friday) Workshop: August 31, 2014 (Sunday) The submission website is now open: https://www.easychair.org/conferences/?conf=hope2014 --------------------- Workshop Organization --------------------- Program Co-Chairs: Neel Krishnaswami (University of Birmingham) Hongseok Yang (University of Oxford) Program Committee: Zena Ariola (University of Oregon) Ohad Kammar (University of Cambridge) Ioannis Kassios (ETH Zurich) Naoki Kobayashi (University of Tokyo) Paul Blain Levy (University of Birmingham) Aleks Nanevski (IMDEA) Scott Owens (University of Kent) Sam Staton (Radboud University Nijmegen) Steve Zdancewic (University of Pennsylvania) --20cf303ea6345de23204f83f7c3a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
-----------------------------------------------------= -----------------

=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 CALL FOR TALK PROPOSALS
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0HOPE 2014

=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= The 3rd ACM SIGPLAN Workshop on
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 Higher-Order Programming with Effects

=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 August 31, 2014
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Gothenburg, Sweden
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(= the day before ICFP 2014)

=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 http= s://www.mpi-sws.org/~neelk/hope2014/

---------= -------------------------------------------------------------

HOPE 2014 aims at bringing together researchers interes= ted in the design,=C2=A0
semantics, implementation, and verificat= ion of higher-order effectful=C2=A0
programs. It will be *informa= l*, consisting of invited talks, contributed=C2=A0
talks on work in progress, and open-ended discussion sessions.=C2=A0


---------------------
Goal= s of the Workshop
---------------------

= A recurring theme in many papers at ICFP, and in the research of many
ICFP attendees, is the interaction of higher-order programming with
various kinds of effects: storage effects, I/O, control effects,
concurrency, etc. While effects are of critical importance in many<= /div>
applications, they also make it hard to build, maintain, and reason
about one's code. Higher-order languages (both functional and
object-oriented) provide a variety of abstraction mechanisms to he= lp
"tame" or "encapsulate" effects (e.g. monads, ADTs= , ownership types,
typestate, first-class events, transactions, H= oare Type Theory,
session types, substructural and region-based t= ype systems), and a
number of different semantic models and verification technologies have=
been developed in order to codify and exploit the benefits of th= is
encapsulation (e.g. bisimulations, step-indexed Kripke logical=
relations, higher-order separation logic, game semantics, various
modal logics). But there remain many open problems, and the field is<= /div>
highly active.

The goal of the HOPE work= shop is to bring researchers from a variety
of different backgrounds and perspectives together to exchange new and=
exciting ideas concerning the design, semantics, implementation,= and
verification of higher-order effectful programs.

We want HOPE to be as informal and interactive as possible. = The
program will thus involve a combination of invited talks, con= tributed
talks about work in progress, and open-ended discussion<= /div>
sessions. There will be no published proceedings, but participants
will be invited to submit working documents, talk slides, etc. to be=
posted on this website.


-----------------------
Call for Talk Proposals
-------= ----------------

We solicit proposals for contribu= ted talks. Proposals should be at
most 2 pages, in either plain t= ext or PDF format, and should specify
how long a talk the speaker wishes to give. By default, contributed
talks will be 30 minutes long, but proposals for shorter or longer<= /div>
talks will also be considered. Speakers may also submit supplemen= tary
material (e.g. a full paper, talk slides) if they desire, which PC
members are free (but not expected) to read.

We are interested in talks on all topics related to the interaction of
higher-order programming and computational effects. Talks about work
in progress are particularly encouraged. If you have any questions=
about the relevance of a particular topic, please contact the PC=
chairs at the address hope2013 AT mpi-s= ws.org.

Deadline for talk proposals: June 13, 2014 (Friday)
=
Notification of acceptance: =C2=A0 July 4, 2014 (Friday)

Worksh= op: =C2=A0 =C2=A0 August= 31, 2014 (Sunday)

The submission website is now open:



---------------------
Workshop Organiza= tion
---------------------

Program Co-Ch= airs:

Neel Krishnaswami (University of Birmingham)=
Hongseok Yang (University of Oxford)


Program Committee:

Zena Ariola (University = of Oregon)
Ohad Kammar (University of Cambridge)
Ioanni= s Kassios (ETH Zurich)
Naoki Kobayashi (University of Tokyo)
Paul Blain Levy (Unive= rsity of Birmingham)
Aleks Nanevski (IMDEA)
Scott Owens= (University of Kent)
Sam Staton (Radboud University Nijmegen)
Steve Zdancewic (University of Pennsylvania)
--20cf303ea6345de23204f83f7c3a--