Re: [Haskell] CFP, PEPM 2024 ACM SIGPLAN Workshop on Partial Evaluation and Program Manipulation

2023-10-03 Thread Meng Wang
Dear Haskellers,

A gentle reminder that the submission deadline is in two weeks.

Best regards,
Gabriele Keller (Utrecht University, Netherlands)
Meng Wang (University of Bristol, UK)


From: Meng Wang 
Date: Thursday, 7 September 2023 at 08:52
To: haskell-c...@haskell.org , haskell@haskell.org 

Cc: g.k.kel...@uu.nl 
Subject: CFP, PEPM 2024 ACM SIGPLAN Workshop on Partial Evaluation and Program 
Manipulation
Dear Haskellers,

Gabriele and I are organising PEPM this year. Over the years, PEPM has grown 
into a conference of general PL topics and Haskell/FP is strongly represented. 
We look forward to receiving your submissions.

Best regards,
Gabriele Keller (Utrecht University, Netherlands)
Meng Wang (University of Bristol, UK)


--
**
**CALL FOR PAPERS
**
**PEPM at POPL 2024
**Workshop on PARTIAL EVALUATION AND PROGRAM MANIPULATION
**16th of January 2024, London, United Kingdom
**
**Submission Deadline:
**18 October 2023
**
**https://popl24.sigplan.org/home/pepm-2024
**https://easychair.org/conferences/?conf=pepm24
**
---

ACM SIGPLAN Workshop on PARTIAL EVALUATION AND PROGRAM MANIPULATION (PEPM) 2024
===

  * Website : https://popl24.sigplan.org/home/pepm-2024
  * Time: 16th January 2024
  * Place   : London, United Kingdom
  (co-located with POPL 2024)

The ACM SIGPLAN Workshop on Partial Evaluation and Program
Manipulation (PEPM) has a history going back to 1991 and has been
co-located with POPL every year since 2006. It originated with the
discoveries of useful automated techniques for evaluating
programs with only partial input. Over the years, the scope of PEPM
has expanded to include a variety of research areas centred around the
theme of semantics-based program manipulation — the systematic
exploitation of treating programs not only as subjects to black-box
execution but also as data structures that can be generated,
analysed, and transformed while establishing or maintaining important
semantic properties.

Scope
-

In addition to the traditional PEPM topics (see below), PEPM 2024
welcomes submissions in new domains, in particular:

  * Semantics based and machine-learning based program synthesis and
program optimisation.

  * Modelling, analysis, and transformation techniques for distributed
and concurrent protocols and programs, such as session types,
linear types, and contract specifications.

More generally, topics of interest for PEPM 2024 include, but are not
limited to:

  * Program and model manipulation techniques such as:
supercompilation, partial evaluation, fusion, on-the-fly program
adaptation, active libraries, program inversion, slicing, symbolic
execution, refactoring, decompilation, and obfuscation.

  * Techniques that treat programs/models as data objects including
metaprogramming, generative programming, embedded domain-specific
languages, program synthesis by sketching and inductive
programming, staged computation, and model-driven program
generation and transformation.

  * Program analysis techniques that are used to drive program/model
manipulation such as: abstract interpretation, termination
checking, binding-time analysis, constraint solving, type systems,
   automated testing and test case generation.

  * Application of the above techniques including case studies of
program manipulation in real-world (industrial, open-source)
projects and software development processes, descriptions of
robust tools capable of effectively handling realistic
applications, benchmarking. Examples of application domains
include legacy program understanding and transformation, DSL
implementations, visual languages and end-user programming,
scientific computing, middleware frameworks and infrastructure
needed for distributed and web-based applications, embedded and
resource-limited computation, and security.

This list of categories is not exhaustive, and we encourage
submissions describing new theories and applications related to
semantics-based program manipulation in general. If you have a
question as to whether a potential submission is within the scope of
the workshop, please contact the programme co-chairs, Gabriele Keller
(g.k.kel...@uu.nl) and Meng Wang 
(meng.w...@bristol.ac.uk).

Submission categories and guidelines


Three kinds of submissions will be accepted:

  * Regular Research Papers should describe new results, and will be
judged on originality, correctness, significance, and clarity.
Regular research papers must not exceed 12 pages.

  * Short Papers may 

[Haskell] CFP, PEPM 2024 ACM SIGPLAN Workshop on Partial Evaluation and Program Manipulation

2023-09-07 Thread Meng Wang
Dear Haskellers,

Gabriele and I are organising PEPM this year. Over the years, PEPM has grown 
into a conference of general PL topics and Haskell/FP is strongly represented. 
We look forward to receiving your submissions.

Best regards,
Gabriele Keller (Utrecht University, Netherlands)
Meng Wang (University of Bristol, UK)


--
**
**CALL FOR PAPERS
**
**PEPM at POPL 2024
**Workshop on PARTIAL EVALUATION AND PROGRAM MANIPULATION
**16th of January 2024, London, United Kingdom
**
**Submission Deadline:
**18 October 2023
**
**https://popl24.sigplan.org/home/pepm-2024
**https://easychair.org/conferences/?conf=pepm24
**
---

ACM SIGPLAN Workshop on PARTIAL EVALUATION AND PROGRAM MANIPULATION (PEPM) 2024
===

  * Website : https://popl24.sigplan.org/home/pepm-2024
  * Time: 16th January 2024
  * Place   : London, United Kingdom
  (co-located with POPL 2024)

The ACM SIGPLAN Workshop on Partial Evaluation and Program
Manipulation (PEPM) has a history going back to 1991 and has been
co-located with POPL every year since 2006. It originated with the
discoveries of useful automated techniques for evaluating
programs with only partial input. Over the years, the scope of PEPM
has expanded to include a variety of research areas centred around the
theme of semantics-based program manipulation — the systematic
exploitation of treating programs not only as subjects to black-box
execution but also as data structures that can be generated,
analysed, and transformed while establishing or maintaining important
semantic properties.

Scope
-

In addition to the traditional PEPM topics (see below), PEPM 2024
welcomes submissions in new domains, in particular:

  * Semantics based and machine-learning based program synthesis and
program optimisation.

  * Modelling, analysis, and transformation techniques for distributed
and concurrent protocols and programs, such as session types,
linear types, and contract specifications.

More generally, topics of interest for PEPM 2024 include, but are not
limited to:

  * Program and model manipulation techniques such as:
supercompilation, partial evaluation, fusion, on-the-fly program
adaptation, active libraries, program inversion, slicing, symbolic
execution, refactoring, decompilation, and obfuscation.

  * Techniques that treat programs/models as data objects including
metaprogramming, generative programming, embedded domain-specific
languages, program synthesis by sketching and inductive
programming, staged computation, and model-driven program
generation and transformation.

  * Program analysis techniques that are used to drive program/model
manipulation such as: abstract interpretation, termination
checking, binding-time analysis, constraint solving, type systems,
   automated testing and test case generation.

  * Application of the above techniques including case studies of
program manipulation in real-world (industrial, open-source)
projects and software development processes, descriptions of
robust tools capable of effectively handling realistic
applications, benchmarking. Examples of application domains
include legacy program understanding and transformation, DSL
implementations, visual languages and end-user programming,
scientific computing, middleware frameworks and infrastructure
needed for distributed and web-based applications, embedded and
resource-limited computation, and security.

This list of categories is not exhaustive, and we encourage
submissions describing new theories and applications related to
semantics-based program manipulation in general. If you have a
question as to whether a potential submission is within the scope of
the workshop, please contact the programme co-chairs, Gabriele Keller
(g.k.kel...@uu.nl) and Meng Wang 
(meng.w...@bristol.ac.uk).

Submission categories and guidelines


Three kinds of submissions will be accepted:

  * Regular Research Papers should describe new results, and will be
judged on originality, correctness, significance, and clarity.
Regular research papers must not exceed 12 pages.

  * Short Papers may include tool demonstrations and presentations of
exciting if not fully polished research, and of interesting
academic, industrial, and open-source applications that are new or
unfamiliar. Short papers must not exceed 6 pages.

  * Talk Proposals may propose lectures about topics of interest for PEPM,
existing work representing relevant contributions, or promising
contributions that are not mature