hajduakos

hajduakos

2026/08/28 - Erlang Workshop 2026 - Indianapolis, USA

Erlang Workshop 2026 - Call for Papers

25th Edition of the Erlang Workshop
Friday 28 August 2026, Indianapolis, Indiana, USA
A satellite workshop of ICFP 2026

https://icfp26.sigplan.org/home/erlang-2026

** Deadline: 14 May 2026 **

Overview

The Erlang Workshop aims to bring together the open source, academic, and industrial communities of BEAM languages (Erlang, Elixir, Gleam, LFE, etc.), along with other actor-model systems such as Akka and Clojure, including the concurrent, distributed systems, and fault-tolerant communities.

The workshop will give participants the opportunity to learn about recent developments in techniques and tools, explore novel applications, draw lessons from users’ experiences, and identify research problems and common ground across BEAM languages, related actor-model systems, functional programming, distribution, and concurrency.

This year the workshop will be hybrid: we encourage authors and participants to attend in person, but remote talks and participation will be fully supported. We also plan to provide financial support to individuals who might not otherwise be able to attend.

Topics

This year we invite four types of submissions:

  • Technical papers describing language extensions, critical discussions of the status quo, formal semantics of language constructs, program analysis and transformation, virtual machine extensions and compilation techniques, implementations and interfaces of BEAM languages in/with other languages, and new tools (profilers, tracers, debuggers, testing frameworks, etc.). Submissions related to BEAM languages (Erlang, Elixir, Gleam, LFE, etc.) and topics in functional, concurrent, and distributed programming are welcome and encouraged.

  • Practice and application papers describing uses of BEAM languages and related actor-model systems in real-world settings, libraries for specific tasks, experiences from using BEAM languages in specific application domains, reusable programming idioms and elegant new ways of using BEAM languages to approach or solve particular problems, etc.

  • Educational papers describing traditional or novel approaches to teaching and learning BEAM languages and BEAM-related technologies (curriculum design, courseware, workshops, tutorials, tooling for pedagogy, online materials, assessments, etc.).

For all paper categories, both full papers (up to 12 pages) and short papers (up to 6 pages) are welcome.

  • Lightning talks describing topics related to the workshop goals that allow participants to present and demonstrate projects and preliminary work in academia and industry. Presentations in this category will be given at most an hour of shared simultaneous presentation time, will not be part of the peer review process and will not be part of the formal proceedings. Notification of acceptance will be continuous.

Important dates

Submission deadline 14 May 2026
Notification 17 June 2026
Camera ready 07 July 2026
Lightning talk registration 07 July 2026
Workshop 28 Aug 2026

Deadlines are anywhere on Earth.

Workshop Co-Chairs

  • Lee Barney, Brigham Young University-Idaho, USA

  • Akos Hajdu, Meta, UK

  • Laura Voinea, University of Glasgow, UK

Program Committee

(Note: the Workshop Co-Chairs are also committee members)

  • Viktória Fördős (Cisco Systems, Sweden)

  • Jonatan Männchen (Erlang Ecosystem Foundation, Switzerland)

  • Radu Grigore (Meta, UK)

Instructions to authors

Submission

Submissions must adhere to SIGPLAN’s republication policy (http://sigplan.org/Resources/Policies/Republication/), and authors should be aware of ACM’s policies on plagiarism (https://www.acm.org/publications/policies/plagiarism). Program Committee members are allowed to submit papers, but their papers will be held to a higher standard.

Papers must be submitted online via HotCRP at:

https://erlang2026.hotcrp.com

Lightning talks can be submitted via the workshop form:

https://forms.gle/DHcVwEYVkusxfCA19

Formatting

Submitted papers should be in portable document format (PDF), formatted using the ACM SIGPLAN style guidelines. Authors should use the acmart format, with the sigplan sub-format for ACM proceedings. For details, see:

http://www.sigplan.org/Resources/Author/#acmart-format

It is recommended to use the review option when submitting a paper; this option enables line numbers for easy reference in reviews.

Supplementary material

Authors have the option to attach supplementary material to a submission, on the understanding that reviewers may choose not to look at it. This supplementary material should not be submitted as part of the main document; instead, it should be uploaded as a separate PDF document or tarball.

Supplementary material should be uploaded at submission time, not by providing a URL in the paper that points to an external repository.

Artifacts

Authors of accepted papers are encouraged to make auxiliary material (artifacts like source code, test data, etc.) available with their paper. They can opt to have these artifacts published alongside their paper in the ACM Digital Library (copyright of artifacts remains with the authors).

If an accepted paper’s artifacts are made permanently available for retrieval in a publicly accessible archival repository like the ACM Digital Library, that paper qualifies for an Artifacts Available badge (https://www.acm.org/publications/policies/artifact-review-badging#available). Applications for such a badge can be made after paper acceptance and will be reviewed by the PC co-chairs.

Proceedings

As with previous years, the accepted workshop papers will be published by the ACM and will appear in the ACM Digital Library.

AUTHORS TAKE NOTE: The official publication date is the date the proceedings are made available in the ACM Digital Library. This date may be up to two weeks prior to the first day of your conference. The official publication date affects the deadline for any patent filings related to published work.

For more information, please see ACM Copyright Policy (http://www.acm.org/publications/policies/copyright-policy) and ACM Author Rights (http://authors.acm.org/main.html).

Accepted lightning talks will be posted on the workshop’s website but not formally published in the proceedings.

Where Next?

Popular in Events List Top

ErlangSolutions
Code BEAM SF is back this March! This is your chance to join the speak and tutor lineup! Join us at Code BEAM SF on 05-06 March 2020! Di...
New
adolfont
This event celebrates the tenth anniversary of the Elixir programming language. When? May 24th, 2022 13:00 UTC-3 Where? ELXPRO’s YouTu...
New
viniarck
Hi, everyone. I’m looking for presenters for this month’s meetup. Reach me out if you’re interested in presenting a topic or a project. ...
New
ErlangSolutions
Join us for Code BEAM V on May 28th and 29th. We have 14 amazing speakers announced already for what will be the biggest virtual Erlang,...
New
sperber
=============================================================================== 10th ACM SIGPLAN International Workshop on Functiona...
New
CodeSync
VEB sold out in record time, so Early Bird tickets are now on sale! We want to thank you all for your excitement about this year’s Elixi...
New
CodeSync
The CodeBEAM Europe 2022 schedule is out! Plan your visit and prepare for 2 full days of BEAM talks and mingling with the Erlang & E...
New
CodeSync
Join us for the FIRST EVER Code BEAM Lite Vancouver and share your expertise with the West Coast BEAM community! :canada: Be part of thi...
New
sasajuric
Hi everyone, I’d like to inform you about the WebCamp Zagreb conference which will take place on October 11/12 later this year. The even...
New
sperber
7th ACM SIGPLAN International Workshop on Functional Art, Music, Modelling and Design (FARM) Call for Papers, Demos, and P...
New

Other popular topics Top

vertexbuffer
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
hariharasudhan94
lets say i have a sample like a = 20; b = 10; if (a > b) do {:ok, "a"} end if (a < b) do {:ok, b} end if (a == b) do {:ok, "equa...
New
marius95
Hello everyone, I try to use an Javascript Event Handler in my root.html.leex file. Therefore I created a function in the app.js file: ...
New
belgoros
I’m not a pro in using Regex and can’t figure out why the following behaviour happens, especially if we take into account the difference ...
New
AngeloChecked
What learn first? Rust or Elixir Hi Elixir community! I’m here because i want learn a new language. I’m a junior developer and mainly i ...
New
AstonJ
Please see the new poll here: Which code editor or IDE do you use? (Poll) (2022 Edition) It’s been a while since we first asked this, I...
208 31265 143
New
vonH
When I run the Plug and I recompile I wind up having to use Ctrl C to quit iex and start again. Witht the help of rlwrap I can use the cu...
New
grych
Hi folks, Few months ago I have announced the proof-of-concept of the library to manipulate the browsers DOM objects directly from Elixi...
639 52673 488
New
ashish173
I am using Ecto timestamps with postgres, I can see the timestamps() use the :naive_dateime but for my use case I wanted to store the ti...
New
lanycrost
Hi everyone! I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New

Latest on Elixir Forum

Elixir Forum

We're in Beta

About us Mission Statement