home.social

#sigplan — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sigplan, aggregated by home.social.

  1. 💪 #SLE2026 website is live 💪

    The #ACM #SIGPLAN International Conference on #Software #Language Engineering (#SLE) is devoted to the principles of software languages: their design, their implementation, and their evolution. And of course, the role #AI can play in all these tasks.

    Start preparing your:

    ☑️ Research Papers

    ☑️ New ideas Papers

    ☑️ Tool Papers

    I can't think of a better excuse to escape your never-ending Christmas feasts 😉 🎅⛄

    conf.researchr.org/home/sle-20

  2. Just a week left to submit your papers to GPCE 2025, the ACM SIGPLAN International Conference on Generative Programming: Concepts & Experiences!

    2025.ecoop.org/home/gpce-2025#

    If this is too tight for you, check out the other events that will be at 2025.ecoop.org in summer.

    #GPCE #ACM #SIGPLAN #ecoop2025

  3. Does anyone know how to find the license a #SIGPLAN video is released under? E.g. I can't find the license for youtu.be/nziiBPtB0eQ - @johnjohnhui ?

  4. Sigh, icfp24.sigplan.org does not exist yet, even though the deadline is, er, March I guess? #SIGPLAN #ICFP

  5. The systems programming language that the co-creator of #WASM has been working on for over 20 years:

    #Virgil is a programming language designed for building lightweight high-performance systems. Its design blends functional and object-oriented programming paradigms for expressiveness and performance. Virgil's compiler produces optimized, standalone native executables, WebAssembly modules, or JARs for the #JVM. For quick turnaround in testing and debugging, programs can also be run directly on a built-in interpreter. It is well-suited to writing small and fast programs with little or no dependencies, which makes it ideal for the lowest level of software systems. On native targets, it includes features that allow building systems that talk directly to #kernel, dynamically generate machine code, implement garbage collection, etc. It is currently being used for #vm and programming language research, in particular the development of a next-generation #WebAssembly virtual machine, Wizard.

    github.com/titzer/virgil

    Talk @ #SIGPLAN #VMIL
    youtube.com/watch?v=jNcEBXqt9p

  6. "Program #testing can be used to show the presence of bugs, but never to demonstrate their absence!" - Dijkstra

    How to trust a verified program?

    @ #SIGPLAN #Unsound
    youtube.com/watch?v=UoNWolE4q8

    #agda #coq #idris #lean

  7. good talk on #IntermittentComputing (maintaining program execution intermittently in low-power situations across power failures) @ #sigplan

    youtube.com/watch?v=jOEcYJ3Qs9

  8. Layering: The Architecture of Programs

    Gerald Sussman for #Scheme '21 @ #SIGPLAN