Difference between revisions of "Projectional editor"
From apm
m (→Serious projects aiming to become at a practically usable programming language) |
(→Experimental toy/research projects: added tylr & added note on curor algebra in fructure) |
||
Line 8: | Line 8: | ||
== Experimental toy/research projects == | == Experimental toy/research projects == | ||
− | * fructure – Andrew Bilnn – [https://fructure-editor.tumblr.com/ fructure editor (website)] – [https://youtu.be/CnbVCNIh1NA (ninth RacketCon): Andrew Blinn – Fructure: A Structured Editing Engine in Racket] – upload 2019-07-19 | + | * fructure – Andrew Bilnn – [https://fructure-editor.tumblr.com/ fructure editor (website)] – [https://youtu.be/CnbVCNIh1NA (ninth RacketCon): Andrew Blinn – Fructure: A Structured Editing Engine in Racket] – upload 2019-07-19 <br>– there is a focus on [[typing normally]] – interesting aspect: algebra for the curser |
* hazel – https://hazel.org/ | * hazel – https://hazel.org/ | ||
* lambdu – http://www.lamdu.org/ | * lambdu – http://www.lamdu.org/ | ||
* ( isomorf – https://isomorf.io/#!/ ) | * ( isomorf – https://isomorf.io/#!/ ) | ||
+ | ---- | ||
+ | * https://tylr.fun/ – [https://twitter.com/dm_0ney/status/1414742742530498566?s=09 (some info in twitter)] – single line structural editing interactive demo – focus on [[typing normally]] | ||
== Related == | == Related == |
Revision as of 10:58, 13 July 2021
Contents
Serious projects aiming to become at a practically usable programming language
- 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/#!/ )
- 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