Difference between revisions of "Projectional editor"
From apm
m (→External links) |
(added atop - Closely related but not identical: Structural editor) |
||
Line 1: | Line 1: | ||
{{Stub}} | {{Stub}} | ||
+ | Closely related but not identical: [[Structural editor]] | ||
== Projects aiming to become at a practically usable programming language soon == | == Projects aiming to become at a practically usable programming language soon == |
Revision as of 01:27, 30 December 2022
Closely related but not identical: Structural editor
Contents
Projects aiming to become at a practically usable programming language soon
- unison – https://www.unisonweb.org/ – fist implemented code-projection is projection into plain text-files
- enso (former luna) – https://enso.org/
Experimental toy/research projects
- fructure – Andrew Bilnn – fructure editor (website) – (ninth RacketCon): Andrew Blinn – Fructure: A Structured Editing Engine in Racket – upload 2019-07-19
– there is a focus on typing normally – interesting aspect: algebra for the curser - hazel – https://hazel.org/
- lambdu – http://www.lamdu.org/
- ( isomorf – https://isomorf.io/#!/ )
By the author so called "tile-based editing":
- https://tylr.fun/ – (some info in twitter) – single line structural editing interactive demo – focus on typing normally
Related
- Programming languages
- Software
- Annotated lambda diagrams and Annotated lambda diagram mockups – also a code projection
- Higher level computer interfaces for deveusers
External links
- Wikipedia: Structure editor
- Reddit: collection of structured editor projects