Skip to content

yairchu/awesome-structure-editors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Awesome Structure Editors Awesome

A list of structural/projectional code editor projects.

Any comments, suggestions? Let us know!

Contents

Foreword

Projectional editing is how almost all document editing applications work nowadays, except for editing source code and text documents, where it is still common to edit plain text files that are parsed to render/compile the result.

This document is a list of projects trying to bring the projectional/structural approach to source code editing.

As evident from the wealth of ongoing and concluded attempts listed below, this problem appears to be either difficult, or impossible. Hopefully one or more of these projects will succeed in realising it and bringing it to the mainstream!

Structural code editor projects

This list includes projects which are actively developed or were maintained recently. Currently the bar for incomplete projects is set arbitrarily at 2020.

Project properties are summarized using unicode/emoji "flags":

  • Project structure: πŸ’΅ Commercial, πŸŽ“ Academic, β™‘ Accepts donations
  • UX: πŸ“– Uses text files, ‴️ Visual programming, ⌨️ Text editing like UX
  • Target languages: πŸ‘Ά New language, Ξ» Functional, ⦅ Lisp-based, β˜• JavaScript/TypeScript, 🧰 Language Workbench
  • Other: πŸ”¨ Is in some production use, 🌐 Works in browser, πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Not intended for programmers, ζ–‡ Localization support
Project Properties Description Written in ⭐️ Updated
Enso πŸ’΅ πŸ“– ‴️ πŸ‘Ά Ξ» Hybrid visual+textual programming language Scala, Rust 7244 2024
Unison πŸ’΅ πŸ“– πŸ‘Ά Ξ» Code database projected to text-files edited in your text editor of choice. Originally centered around having a projectional editor, but pivoted to creating a cloud programming language first Haskell 5483 2024
Lamdu β™‘ ⌨️ πŸ‘Ά Ξ» ζ–‡ Language with live programming and novel UX for type errors Haskell 1847 2024
Dark πŸ’΅ ⌨️ πŸ‘Ά Ξ» 🌐 Platform and language as a service for app backends and web F#, ReScript 1544 2024
MPS πŸ’΅ ⌨️ 🧰 πŸ”¨ Language workbench for projectional languages Java 1505 2024
Cursorless β™‘ πŸ“– πŸ”¨ Spoken language for structural code editing TypeScript 1016 2024
Sapling ⌨️ Vim/Kakoune-inspired modal structured editor for existing languages Rust 694 2024
Hazel πŸŽ“ ⌨️ πŸ‘Ά Ξ» 🌐 Language with live programming and typed holes Reason 648 2024
JOY.js β™‘ πŸ‘Ά 🧰 πŸ”¨ 🌐 πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Language workbench for programmable demos JavaScript 561 2018
Fructure ⦅ 🧰 A projectional editor workbench for Racket-implemented languages Racket 440 2024
tylr πŸŽ“ ⌨️ Ξ» 🌐 A tiny tile-based editor for well-formedly manipulating sequences of tokens Reason 259 2023
Cirru ⦅ A tree editor for ClojureScript Clojure 214 2023
Holbert πŸŽ“ 🌐 A graphical interactive proof assistant designed for education Haskell 161 2023
Vlojure ‴️ ⦅ 🌐 A novel visual UX for ClojureScript Clojure 138 2022
ProjecturEd πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ General purpose projectional editor Common Lisp 134 2022
Tofu β™‘ β˜• VSCode extension for structured editing of JavaScript and TypeScript TypeScript 97 2022
Envision πŸŽ“ πŸ‘Ά Editor for a Java/C++ like language C++ 95 2022
Subtext πŸ‘Ά A series of inspiring presentations and projects exploring ideas in projectional editing TypeScript 95 2022
Eyg πŸ‘Ά Ξ» 🌐 Minimal language to enable exploration of alternative editing methods Gleam 76 2024
Freon ⌨️ 🧰 🌐 Web-based Projectional Language Workbench TypeScript 62 2023
Forest β˜• 🌐 A prototype tree editor for TypeScript TypeScript 55 2023
Lisperanto β™‘ ⦅ 🌐 IDE for Lisp-like language JavaScript 39 2022
Foundry Ξ» A projectional editor for the Morte language Haskell 28 2024
Gopcaml-mode πŸ“– Ξ» πŸ”¨ Structural editing Emacs plugin for OCaml code OCaml 21 2022
Frugel πŸŽ“ ⌨️ πŸ‘Ά Ξ» A research exploring a novel UX for textual entry of code Haskell 17 2022
Javardise πŸŽ“ πŸ“– Editor for a subset of Java Kotlin 1 2024
SplootCode ⌨️ 🌐 A structural editor for Python, aimed towards beginners ? - 2023
Alfa πŸŽ“ Ξ» An editor for Agda which doesn't allow incorrect code Haskell - 2020
OCell πŸ‘Ά 🌐 ? ? - 2020

Unreleased Projects

Project Properties Description
Roc Ξ» A performance oriented functional programming language with a structural editor.
Dion Systems
Neurion πŸ’΅ πŸ‘Ά Ξ»

Concluded or inactive projects

Project Time_Period Properties Description
Inflex 2020 - 2022 πŸ’΅ 🌐 πŸ‘Ά Ξ» A spreadsheet-inspired functional programming language
Intentional software 1990s - 2017 πŸ’΅ Started as a Microsoft project to develop a projectional editor in the late 1990s (see video from 2000), which later spun up as an independent company, which later pivoted to develop a language workbench. Despite being founded and self-funded by a Billionaire, it was ultimately acquired by Microsoft at 2017, with the original projects being cancelled (afaik).
Eve 2014 - 2018 πŸ’΅ πŸ‘Ά A startup that made a series of experimental programming systems and was shut down in 2018.
Prune 2015 An internal research project in Facebook. Concluded in it "being promising" but according to them "programmers don't spend that much time manipulating programs compared to all the other things they do. Enabling programmers to do a 50% better job of a task requiring 10% of their time just doesn't make economic sense" (redacted quote).
Novella 2019 - 2020 A structural editor infrastructure, in 2020 author moved on to develop Inflex instead.
Expressions of Change 2017 - 2018
Isomorf 2017? πŸ’΅ 🌐 πŸ‘Ά Ξ» A startup developing an in-browser editor for a language that can appear in a syntax of the user's choosing among a few options appearing like different popular programming language
Omni 2013 - 2017 πŸ‘Ά
Viskell 2015 - 2017 Ξ» Visual programming meets Haskell
Zinal 2015 - 2017 πŸ‘Ά
Golem 2014 - 2016 πŸŽ“ πŸ“– ⌨️ πŸ‘Ά Ξ» ⦅ 🌐 Online tree editor and debugger for Shem, a functional LISP-like language which compiles to JavaScript
Cedalion ? - 2013 πŸŽ“ πŸ‘Ά

Blocks Programming Editors

Blocks Programming languages/editors are a specific kind of structural programming editors, where the code is structured in a manner similar to "lego blocks" supporting "drag and drop" editing.

System Properties Written in
Alice πŸŽ“ Java
Hopscotch πŸ’΅ ?
Microsoft MakeCode πŸ’΅ πŸ‘Ά 🌐 ?
Scratch πŸŽ“ ζ–‡ πŸ‘Ά 🌐 JavaScript
Snap πŸŽ“ ζ–‡ 🌐 ?

Spreadsheet-based projects

System Properties Written in
Flowsheets ?
Mesh JavaScript
Object Spreadsheets πŸŽ“ TypeScript

Other notable projects

Not sure in which category these projects fit in:

System Properties Description Written in
Apparatus πŸŽ“ 🌐 Hybric diagrams editor CoffeeScript
Cycle.js Dev Tools β™‘ Dataflow debugging TypeScript
JSON Editor 🌐 JSON schema-based editor JavaScript
Greenfoot/BlueJ πŸŽ“ Structure-text hybrid Java

Resources

Related lists

Community