中国计算机学会(CCF)推荐学术会议-B(软件工程/系统软件/程序设计语言):ECOOP 2026

ECOOP 2026

European Conference on Object-Oriented Programming (ECOOP) is a conference about programming originally focused on object orientation, but now including all practical and theoretical investigations of programming languages, systems and environments. ECOOP solicits innovative solutions to real problems as well as evaluations of existing solutions.

重要信息

CCF推荐:B(软件工程/系统软件/程序设计语言)

录用率:42.1%(27/64,2024年)

时间地点:2026年6月29日-布鲁塞尔·比利时

截稿时间:2026年2月12日

大会官网:https://2026.ecoop.org/

Call for Papers

Research. The most traditional category for papers that advance the state of the art.

Replication. An empirical evaluation that reconstructs a published experiment in a different context in order to validate the results of that earlier work.

Experience. Applications of known PL techniques in practice as well as tools. Industry papers will be reviewed by practitioners. We welcome negative results that may provide inspiration for future research.

Pearls/Brave New Ideas. Articles that either explain a known idea in an elegant way or unconventional papers introducing ideas that may take some time to substantiate.

Submissions

ECOOP uses double-anonymous reviewing. Authors' identities are only revealed if a paper is accepted.

There is no page limit on submissions, but authors must understand that reviewers have a fixed time budget for each paper, so the length of the feedback is likely to be unaffected by length. Brevity is a virtue. Authors also have to consider that the camera-ready version must be (at most) 25 pages in LIPIcs format (not including references).

相关推荐
AI原来如此1 天前
Claude与ChatGPT激战正酣,国内AI中转站却突破2000家
人工智能·ai·chatgpt·大模型·编程
bryant_meng1 天前
【Design】《The 6 Principles of Object-Oriented Design》
编程·设计原则·ood
小宇子2B2 天前
一个 Vec 的数据到底在内存哪:栈、堆,和它们相向而行的真相
后端·编程语言
alwaysrun2 天前
C++之类型安全格式化format
c++·程序员·编程语言
skywalk81633 天前
我想基于kotti-py312 ,制作一个多中文编程语言的宣传网站,主要包括文档、playground 示例和学习 (Codearts制作)
开发语言·学习·编程
大熊猫侯佩5 天前
WWDC26前瞻:Swift 即将迎来的那些新内置类型
swift·编程语言·wwdc
skywalk81635 天前
Tree-sitter是一个解析器生成器工具和一个增量解析库。它可以为源文件构建具体的语法树,并在编辑源文件时有效地更新语法树
开发语言·编程
bryant_meng5 天前
【Design Patterns】23 Design Patterns: The Ultimate Developer‘s Toolkit
设计模式·编程·计算机科学·设计·工程