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 mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id A0F907EE51 for ; Sat, 11 May 2013 23:20:17 +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.128.51; 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.128.51 as permitted sender) identity=mailfrom; client-ip=209.85.128.51; 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-qe0-f51.google.com) identity=helo; client-ip=209.85.128.51; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="hongseok00@gmail.com"; x-sender="postmaster@mail-qe0-f51.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhwDAF+1jlHRVYAzlWdsb2JhbABagz63ZIg+eAgWDgEBAQEHDQkJEiqCQyMBGwwKBwEDEhAwLQERAQUBiC4BAw8MnyGMPYJ+hAMKGScNWIdKAQUMjXCBKASDXAOTXYNPgSaIe4UvFimCfYE5O4Eu X-IPAS-Result: AhwDAF+1jlHRVYAzlWdsb2JhbABagz63ZIg+eAgWDgEBAQEHDQkJEiqCQyMBGwwKBwEDEhAwLQERAQUBiC4BAw8MnyGMPYJ+hAMKGScNWIdKAQUMjXCBKASDXAOTXYNPgSaIe4UvFimCfYE5O4Eu X-IronPort-AV: E=Sophos;i="4.87,653,1363129200"; d="scan'208";a="13953729" Received: from mail-qe0-f51.google.com ([209.85.128.51]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 11 May 2013 23:20:16 +0200 Received: by mail-qe0-f51.google.com with SMTP id x7so3015402qeu.24 for ; Sat, 11 May 2013 14:20:15 -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=a0ZTglFEwIWP/83aCIpE6jnur5OLAsulFG4BXCLPEZk=; b=zjPIT5ybkASSDiHWdIZg48tqNuS5GH8ivKjHQt2IHYkEHzZEpRJKmEkt1LXHIp05xv SSzh1TP+Ps6uOHcTPVLpIzfWkVvgTaYMX+4eGRvsMgMnecHtqWXxoJU/uJdG3RpoXvMo wPOrf6RvHn9yA72P2+ZeCxvBo6YWLvTYBCRl+8sx1X+UsHRAEpo8nr/y+xfLdYj1p8KP BjqnA540tURr7rGNyqDZySSTxErjMzbR0T246eiZtWSE5uc/Cs1nxAC0+7UO4Ys6O4pS y6JZV3inVgfIdToCAF2Zy99tT5vtD0DRFtGiA9zyb8vdk8GVmf3Xl5VytInpiGDMIouL TDEg== MIME-Version: 1.0 X-Received: by 10.229.60.203 with SMTP id q11mr6336919qch.78.1368307215266; Sat, 11 May 2013 14:20:15 -0700 (PDT) Received: by 10.49.131.135 with HTTP; Sat, 11 May 2013 14:20:15 -0700 (PDT) Date: Sat, 11 May 2013 22:20:15 +0100 Message-ID: From: Hongseok Yang To: caml-list@yquem.inria.fr Cc: Hongseok Yang , Derek Dreyer Content-Type: multipart/alternative; boundary=001517576d66829e0e04dc77d91a 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) --001517576d66829e0e04dc77d91a 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) --001517576d66829e0e04dc77d91a 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)

--001517576d66829e0e04dc77d91a--