From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 874DC7EE25 for ; Mon, 10 Jun 2013 09:13:42 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of hongseok00@gmail.com) identity=pra; client-ip=209.85.216.182; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="hongseok00@gmail.com"; x-sender="hongseok00@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of hongseok00@gmail.com designates 209.85.216.182 as permitted sender) identity=mailfrom; client-ip=209.85.216.182; receiver=mail3-smtp-sop.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 (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-qc0-f182.google.com) identity=helo; client-ip=209.85.216.182; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="hongseok00@gmail.com"; x-sender="postmaster@mail-qc0-f182.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkgBAPF7tVHRVdi2k2dsb2JhbABagkV0SbV1iEh3CBYOAQEBAQcLCwkUBCSCRyMBGwwKBwEDEhAwLQERAQUBiC8BAw8MnBuMS4J/g2kKGScNWId0AQUMjgCBKASDZwOTboNSgSmJA4UxFimCfoE4O4Et X-IPAS-Result: AkgBAPF7tVHRVdi2k2dsb2JhbABagkV0SbV1iEh3CBYOAQEBAQcLCwkUBCSCRyMBGwwKBwEDEhAwLQERAQUBiC8BAw8MnBuMS4J/g2kKGScNWId0AQUMjgCBKASDZwOTboNSgSmJA4UxFimCfoE4O4Et X-IronPort-AV: E=Sophos;i="4.87,835,1363129200"; d="scan'208";a="17300055" Received: from mail-qc0-f182.google.com ([209.85.216.182]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 10 Jun 2013 09:13:41 +0200 Received: by mail-qc0-f182.google.com with SMTP id e10so1176173qcy.27 for ; Mon, 10 Jun 2013 00:13:40 -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=jroMqd6wTGl1vOiqrDQG3dzCPGLa/Om4Iw1aIdFf+30=; b=wDbDOD0gwGqDhUJiTCl5fr0Fwq53mpKx2Hl+RrbGo6k5kOkIa0puInHIaEKe/TmXc/ aqChJCoiPM6XsvteZjhL4mhBUMPnRmLbfywo6qx0DDRu+neOVsLWdUZQk7OAY8OGFDLQ NBPu6ea+dobtxF44/hYXFcSNO97Ld/X138wbGQZdeEscGotFNxiE7+rVNc8W1Bl8tKEz tFuyNEVCP1VQbM0y1kXGK0pViikf7ETkFUyceBHPcg4/e6K44fRvbPI6kKU77oJgvdtz P0m+au3ZGg4oOaUqfpx20y/XlT04qqeS1AoyAhkl7c430REESEWV0o6CYwj14p5dT2tl Xytg== MIME-Version: 1.0 X-Received: by 10.49.128.7 with SMTP id nk7mr9395520qeb.35.1370848420236; Mon, 10 Jun 2013 00:13:40 -0700 (PDT) Received: by 10.49.48.135 with HTTP; Mon, 10 Jun 2013 00:13:40 -0700 (PDT) Date: Mon, 10 Jun 2013 08:13:40 +0100 Message-ID: From: Hongseok Yang To: caml-list@yquem.inria.fr Cc: Derek Dreyer , Hongseok Yang Content-Type: multipart/alternative; boundary=047d7b6da1e62130d104dec7858d X-Validation-by: hongseok00@gmail.com Subject: [Caml-list] Final call for talk proposals: HOPE'13 (Workshop on Higher-Order Programming with Effects, affiliated with ICFP'13) --047d7b6da1e62130d104dec7858d Content-Type: text/plain; charset=ISO-8859-1 ---------------------------------------------------------------------- CALL FOR TALK PROPOSALS HOPE 2013 The 2nd ACM SIGPLAN Workshop on Higher-Order Programming with Effects September 28, 2013 Boston, Massachusetts (the day after ICFP 2013) http://hope2013.mpi-sws.org ---------------------------------------------------------------------- HOPE 2013 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 14, 2013 (Friday) Notification of acceptance: July 28, 2013 (Sunday) Workshop: September 28, 2013 (Saturday) The submission website is now open: https://www.easychair.org/conferences/?conf=hope2013 --------------------- Workshop Organization --------------------- Program Co-Chairs: Derek Dreyer (MPI-SWS, Germany) Hongseok Yang (University of Oxford) Program Committee: Anindya Banerjee (IMDEA Software Institute) Lars Birkedal (Aarhus University) Aquinas Hobor (National University of Singapore) Chung-Kil Hur (Microsoft Research Cambridge) Patricia Johann (Appalachian State University) Matthew Might (University of Utah) Peter Mueller (ETH Zurich) Brigitte Pientka (McGill University) Zhong Shao (Yale) --047d7b6da1e62130d104dec7858d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
----------------------------------------------------------------------

=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 CALL FOR TALK PROPOSALS

=A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0HOPE 2013

=A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 The 2nd ACM SIGPLAN Workshop on
=A0 =A0 =A0 =A0 =A0 =A0 = =A0 Higher-Order Programming with Effects

=A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0September 28, 2013
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 Boston, Massachusetts
=A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0(the day after ICFP 2013)

=A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0=A0http://hope2013.mpi-sws.org

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

HOPE 2013 aims at bringing together researchers interested in the design,= =A0
semanti= cs, implementation, and verification of higher-order effectful=A0
programs. It will be *informal*, consisting of invited talks, contributed= =A0
talks o= n work in progress, and open-ended discussion sessions.=A0


------------= ---------
G= oals of the Workshop
----------------= -----

<= /div>
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 har= d to build, maintain, and reason
about one's = code. Higher-order languages (both functional and
object-oriented) provide a variety o= f abstraction mechanisms to help
"tame"= or "encapsulate" effects (e.g. monads, ADTs, ownership types,
typestate, fi= rst-class events, transactions, Hoare Type Theory,
session types, s= ubstructural and region-based type systems), and a
number of different semantic models= and verification technologies have
been developed i= n order to codify and exploit the benefits of this
encapsulation (e.g. bisimulations, = step-indexed Kripke logical
relations, highe= r-order separation logic, game semantics, various
modal logics). But there remain many= open problems, and the field is
highly active.

The goal of the HO= PE workshop is to bring researchers from a variety
of different bac= kgrounds and perspectives together to exchange new and
exciting ideas concerning the d= esign, semantics, implementation, and
verification of = higher-order effectful programs.

We want HOPE to be as informal and interactive as possible. The
program will thus invo= lve a combination of invited talks, contributed
talks about work in progress, and open-ended discussion
sessions. There will be no pub= lished proceedings, but participants
will be invited to submit working documents, talk slides, etc. to be
<= div style=3D"font-family:arial,sans-serif;font-size:13px">posted on this we= bsite.


=
----------------= -------
Cal= l for Talk Proposals
----------------= -------
We solici= t 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 wishe= s to give. By default, contributed
talks will be 30= minutes long, but proposals for shorter or longer
talks will also be considered. Spea= kers 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 t= alks on all topics related to the interaction of
higher-order programming and computational effects. Talks about work
<= div style=3D"font-family:arial,sans-serif;font-size:13px">in progress are p= articularly encouraged. If you have any questions
about the relevance of a particular topic, please contact the PC
chairs at the address= hope2013 AT=A0mpi-sws.or= g.

Deadline for talk prop= osals:=A0 June 14, 2013 (Friday= )

Notification of accept= ance: =A0=A0 July 28, 2013 (Sun= day)

Workshop: =A0 =A0 =A0September 28, 2013 (Saturday)

The su= bmission website is now open:



------= ---------------
Workshop Organization
---------------------

Program Co-Chairs:

Derek = Dreyer (MPI-SWS, Germany)
Hongseok Yang (University of Oxford)


Program Comm= ittee:

=
Anindya Banerjee= (IMDEA Software Institute)
Lars Birkedal (Aarhus University)
Aquinas Hobor (National University of Singapore)
Chung-Kil Hur (Microsoft Research Cam= bridge)
Pat= ricia Johann (Appalachian State University)
Matthew Might (U= niversity of Utah)
Peter Mueller (ETH Zurich)
Brigitte Pientka (McGill University)
Zhong Shao (Yale)
--047d7b6da1e62130d104dec7858d--