We gratefully acknowledge support from
the Simons Foundation and member institutions.

Programming Languages

Authors and titles for recent submissions

[ total of 29 entries: 1-25 | 26-29 ]
[ showing 25 entries per page: fewer | more | all ]

Mon, 23 Mar 2026

[1]  arXiv:2603.20127 [pdf, ps, other]
Title: Analyzing Decoders for Quantum Error Correction
Subjects: Programming Languages (cs.PL); Quantum Physics (quant-ph)
[2]  arXiv:2603.20001 [pdf, ps, other]
Title: Sound State Encodings in Translational Separation Logic Verifiers (Extended Version)
Subjects: Programming Languages (cs.PL)
[3]  arXiv:2603.19856 [pdf, ps, other]
Title: Is It a Good Idea to Build an HLS Tool on Top of MLIR? Experience from Building the Dynamatic HLS Compiler
Comments: Accepted at the Workshop on Languages, Tools, and Techniques for Accelerator Design (LATTE '26)
Subjects: Programming Languages (cs.PL)
[4]  arXiv:2603.19560 [pdf, ps, other]
Title: Incremental Live Programming via Shortcut Memoization
Subjects: Programming Languages (cs.PL)
[5]  arXiv:2603.19239 [pdf, ps, other]
Title: Defusing Logic Bombs in Symbolic Execution with LLM-Generated Ghost Code
Subjects: Programming Languages (cs.PL); Software Engineering (cs.SE)

Fri, 20 Mar 2026

[6]  arXiv:2603.18477 [pdf, ps, other]
Title: Leveraging Large Language Models for Generalizing Peephole Optimizations
Subjects: Programming Languages (cs.PL)
[7]  arXiv:2603.18372 [pdf, ps, other]
Title: TENSURE: Fuzzing Sparse Tensor Compilers (Registered Report)
Subjects: Programming Languages (cs.PL); Software Engineering (cs.SE)
[8]  arXiv:2603.18049 [pdf, ps, other]
Title: Conditional Execution of Transpiler Passes Based on Per-Script Feature Detection
Comments: Preprint. Under review at SOAP 2026. Implementation available in Google Closure Compiler
Subjects: Programming Languages (cs.PL); Software Engineering (cs.SE)
[9]  arXiv:2603.18122 (cross-list from cs.AI) [pdf, ps, other]
Title: Don't Vibe Code, Do Skele-Code: Interactive No-Code Notebooks for Subject Matter Experts to Build Lower-Cost Agentic Workflows
Comments: Main paper 9 pages. Topics: Agentic Coding, HCI, LLMs, Workflows
Subjects: Artificial Intelligence (cs.AI); Human-Computer Interaction (cs.HC); Programming Languages (cs.PL); Systems and Control (eess.SY)
[10]  arXiv:2603.18030 (cross-list from cs.OS) [pdf, ps, other]
Title: Quine: Realizing LLM Agents as Native POSIX Processes
Authors: Hao Ke
Comments: 10 pages, 3 figures. Reference implementation available on this https URL
Subjects: Operating Systems (cs.OS); Artificial Intelligence (cs.AI); Programming Languages (cs.PL); Software Engineering (cs.SE)

Thu, 19 Mar 2026

[11]  arXiv:2603.17627 [pdf, ps, other]
Title: The Program Hypergraph: Multi-Way Relational Structure for Geometric Algebra, Spatial Compute, and Physics-Aware Compilation
Authors: Houston Haynes
Comments: 29 pages, 1 figure, 2 tables
Subjects: Programming Languages (cs.PL); Hardware Architecture (cs.AR)
[12]  arXiv:2603.17099 [pdf, ps, other]
Title: Vectorization of Verilog Designs and its Effects on Verification and Synthesis
Comments: 12 pages, 16 figures, 4 algorithms, 4 theorems
Subjects: Programming Languages (cs.PL); Hardware Architecture (cs.AR)
[13]  arXiv:2603.17613 (cross-list from cs.CL) [pdf, ps, other]
Title: VeriAgent: A Tool-Integrated Multi-Agent System with Evolving Memory for PPA-Aware RTL Code Generation
Subjects: Computation and Language (cs.CL); Programming Languages (cs.PL)
[14]  arXiv:2603.17208 (cross-list from cs.CL) [pdf, ps, other]
Title: SYMDIREC: A Neuro-Symbolic Divide-Retrieve-Conquer Framework for Enhanced RTL Synthesis and Summarization
Journal-ref: EACL 2026
Subjects: Computation and Language (cs.CL); Programming Languages (cs.PL)
[15]  arXiv:2603.17204 (cross-list from cs.CL) [pdf, ps, other]
Title: CODMAS: A Dialectic Multi-Agent Collaborative Framework for Structured RTL Optimization
Journal-ref: EACL 2026
Subjects: Computation and Language (cs.CL); Hardware Architecture (cs.AR); Programming Languages (cs.PL)
[16]  arXiv:2603.17170 (cross-list from cs.CR) [pdf, ps, other]
Title: PAuth - Precise Task-Scoped Authorization For Agents
Subjects: Cryptography and Security (cs.CR); Artificial Intelligence (cs.AI); Programming Languages (cs.PL)
[17]  arXiv:2603.17150 (cross-list from cs.SE) [pdf, ps, other]
Title: Intent Formalization: A Grand Challenge for Reliable Coding in the Age of AI Agents
Comments: 10 pages
Subjects: Software Engineering (cs.SE); Artificial Intelligence (cs.AI); Programming Languages (cs.PL)

Wed, 18 Mar 2026

[18]  arXiv:2603.16437 [pdf, ps, other]
Title: Dimensional Type Systems and Deterministic Memory Management: Design-Time Semantic Preservation in Native Compilation
Authors: Houston Haynes
Comments: 29 pages, 1 table, 3 appendices with extended examples
Subjects: Programming Languages (cs.PL); Category Theory (math.CT); Logic (math.LO)
[19]  arXiv:2603.15855 [pdf, ps, other]
Title: Mixing Visual and Textual Code
Comments: to be published in JFP
Subjects: Programming Languages (cs.PL)
[20]  arXiv:2603.16650 (cross-list from quant-ph) [pdf, ps, other]
Title: FAlCon: A unified framework for algorithmic control of quantum dot devices
Comments: 19 pages, 3 figures
Subjects: Quantum Physics (quant-ph); Mesoscale and Nanoscale Physics (cond-mat.mes-hall); Programming Languages (cs.PL); Instrumentation and Detectors (physics.ins-det)

Tue, 17 Mar 2026 (showing first 5 of 9 entries)

[21]  arXiv:2603.15096 [pdf, ps, other]
Title: Generation of Programming Exam Question and Answer Using ChatGPT Based on Prompt Engineering
Subjects: Programming Languages (cs.PL)
[22]  arXiv:2603.14628 [pdf, ps, other]
Title: s2n-bignum-bench: A practical benchmark for evaluating low-level code reasoning of LLMs
Comments: Under review as a Workshop paper at AIPV 2026
Subjects: Programming Languages (cs.PL); Artificial Intelligence (cs.AI); Cryptography and Security (cs.CR); Logic in Computer Science (cs.LO)
[23]  arXiv:2603.14019 [pdf, ps, other]
Title: MapReplay: Trace-Driven Benchmark Generation for Java HashMap
Subjects: Programming Languages (cs.PL); Performance (cs.PF); Software Engineering (cs.SE)
[24]  arXiv:2603.13242 [pdf, ps, other]
Title: Automating the Analysis and Improvement of Dynamic Programming Algorithms with Applications to Natural Language Processing
Authors: Tim Vieira
Comments: 2023 PhD dissertation (Johns Hopkins University)
Subjects: Programming Languages (cs.PL); Computation and Language (cs.CL); Formal Languages and Automata Theory (cs.FL)
[25]  arXiv:2603.14538 (cross-list from quant-ph) [pdf, ps, other]
Title: Reversible Lifetime Semantics for Quantum Programs
Subjects: Quantum Physics (quant-ph); Programming Languages (cs.PL)
[ total of 29 entries: 1-25 | 26-29 ]
[ showing 25 entries per page: fewer | more | all ]

Disable MathJax (What is MathJax?)

Links to: arXiv, form interface, find, cs, new, 2603, contact, help  (Access key information)