Skip to content

CrowdHailer/awesome-structure-editors

 
 

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 6483 2023
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 5206 2023
Lamdu ♡ ⌨️ 👶 λ 文 Language with live programming and novel UX for type errors Haskell 1825 2023
MPS 💵 ⌨️ 🧰 🔨 Language workbench for projectional languages Java 1436 2023
Dark 💵 ⌨️ 👶 λ 🌐 Platform and language as a service for app backends and web F#, ReScript 1357 2023
Cursorless ♡ 📖 🔨 Spoken language for structural code editing TypeScript 597 2023
Hazel 🎓 ⌨️ 👶 λ 🌐 Language with live programming and typed holes Reason 589 2023
JOY.js ♡ 👶 🧰 🔨 🌐 👨‍👩‍👧‍👦 Language workbench for programmable demos JavaScript 549 2018
Fructure ⦅ 🧰 A projectional editor workbench for Racket-implemented languages Racket 412 2020
Sapling ⌨️ Vim/Kakoune-inspired modal structured editor for existing languages Rust 389 2023
tylr 🎓 ⌨️ λ 🌐 A tiny tile-based editor for well-formedly manipulating sequences of tokens Reason 244 2022
Cirru A tree editor for ClojureScript Clojure 209 2023
Holbert 🎓 🌐 A graphical interactive proof assistant designed for education Haskell 152 2023
ProjecturEd 👨‍👩‍👧‍👦 General purpose projectional editor Common Lisp 130 2022
Vlojure ⤴️ ⦅ 🌐 A novel visual UX for ClojureScript Clojure 126 2022
Envision 🎓 👶 Editor for a Java/C++ like language C++ 91 2022
Subtext 👶 A series of inspiring presentations and projects exploring ideas in projectional editing TypeScript 91 2022
Tofu ♡ ☕ VSCode extension for structured editing of JavaScript and TypeScript TypeScript 90 2022
Freon ⌨️ 🧰 🌐 Web-based Projectional Language Workbench TypeScript 54 2023
Forest ☕ 🌐 A prototype tree editor for TypeScript TypeScript 49 2023
Lisperanto ♡ ⦅ 🌐 IDE for Lisp-like language JavaScript 38 2022
Foundry λ A projectional editor for the Morte language Haskell 29 2022
Eyg 👶 λ 🌐 ? Gleam 20 2023
Frugel 🎓 ⌨️ 👶 λ A research exploring a novel UX for textual entry of code Haskell 17 2022
Gopcaml-mode 📖 λ 🔨 Structural editing Emacs plugin for OCaml code OCaml 17 2022
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 👶
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

Related lists

About

A list of projectional and structural editors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%