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 16BDE7EE5B for ; Thu, 4 Apr 2013 18:06:16 +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.216.50; 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.216.50 as permitted sender) identity=mailfrom; client-ip=209.85.216.50; 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-qa0-f50.google.com) identity=helo; client-ip=209.85.216.50; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="hongseok00@gmail.com"; x-sender="postmaster@mail-qa0-f50.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AowEABikXVHRVdgyk2dsb2JhbABDgzy4VAGIMnwIFg4BAQEBBwsLCRQEJDkCgggjARsMCgcBAxIQMC0BEQEFAYg2AQMPDKJujC+Ce4RMChknDVmIfAEFDI1jgSgEg0cDkyiDRoEgiGWFJhYpgniBNzuBLw X-IPAS-Result: AowEABikXVHRVdgyk2dsb2JhbABDgzy4VAGIMnwIFg4BAQEBBwsLCRQEJDkCgggjARsMCgcBAxIQMC0BEQEFAYg2AQMPDKJujC+Ce4RMChknDVmIfAEFDI1jgSgEg0cDkyiDRoEgiGWFJhYpgniBNzuBLw X-IronPort-AV: E=Sophos;i="4.87,410,1363129200"; d="scan'208";a="11830735" Received: from mail-qa0-f50.google.com ([209.85.216.50]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 04 Apr 2013 18:06:15 +0200 Received: by mail-qa0-f50.google.com with SMTP id bv4so1490494qab.2 for ; Thu, 04 Apr 2013 09:06:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to:cc :content-type; bh=ZpeLdkt30RtMk+5YrHOe8x4TqDRC+rbHSvnJEEWlYFM=; b=LE0dS8Jsy2nz2PHt06hvhq8r7Lrz61aW/+YJjUJC/HEOIsjXndoPHpHG+Ufd40QfcG /zkDJGRw9wuXmVzFvLoDIImvSvAvJiKuAqy+gWR0YjtUlfMwe07mNF1sdZZtRMHCg4Ph F5RlnA5H6WHoq6H35P61HY6c4KFk3RomAAAb9smJ68rSZ0EqWDYkg1QKQ31uTsKgQ2QQ UgnksbqosmRX2P47s9e56eIMkLwRgcdLa23cueIaBt2MHmZ+WddwpcSXIZsViPLOIpKU jLaT+ZxplqvuebglFeGoSJUtW1xl2Q+YpCrOrxwvSTI8zfpTDf3LnYO8eL6aNjPEaQKz Aakw== MIME-Version: 1.0 X-Received: by 10.224.96.4 with SMTP id f4mr5383341qan.79.1365091574172; Thu, 04 Apr 2013 09:06:14 -0700 (PDT) Received: by 10.49.12.236 with HTTP; Thu, 4 Apr 2013 09:06:14 -0700 (PDT) Date: Thu, 4 Apr 2013 17:06:14 +0100 Message-ID: From: Hongseok Yang To: caml-list@yquem.inria.fr Cc: Hongseok Yang , Derek Dreyer Content-Type: multipart/alternative; boundary=20cf3074d6a05d51e204d98b2674 X-Validation-by: hongseok00@gmail.com Subject: [Caml-list] Call for talk proposals: HOPE'13 (Workshop on Higher-Order Programming with Effects, affiliated with ICFP'13) --20cf3074d6a05d51e204d98b2674 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) --20cf3074d6a05d51e204d98b2674 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 Wor= kshop on
=A0 =A0 =A0 =A0 =A0 =A0 =A0 Higher-Order Programming wit= h 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 http://hope2013.mpi-sws.org

----------------------------------------------------------------------

HOPE 2013 aims at bringing together researchers interes= ted in the design,=A0
semantics, implementation, and verification= of higher-order effectful=A0
programs. It will be *informal*, co= nsisting of invited talks, contributed=A0
talks on work in progress, and open-ended discussion sessions.=A0


---------------------
Goals o= f the Workshop
---------------------

A r= ecurring 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 14, 2013 (Friday)
=
Notification of acceptance: =A0 July 28, 2013 (Sunday)

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

The submission website is now open:



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

Program Co-Ch= airs:

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


Program Committee:

Anindya Banerjee (IMDEA Softw= are Institute)
Lars Birkedal (Aarhus University)
Aquina= s 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 U= niversity)
Zhong Shao (Yale)
--20cf3074d6a05d51e204d98b2674--