Difference between revisions of "Higher level computer interfaces for deveusers"
From apm
(→External links) |
|||
Line 28: | Line 28: | ||
* http://worrydream.com/DrawingDynamicVisualizationsTalkAddendum/ – collected info about the talk | * http://worrydream.com/DrawingDynamicVisualizationsTalkAddendum/ – collected info about the talk | ||
* http://worrydream.com/ – Bret Victors homepage | * http://worrydream.com/ – Bret Victors homepage | ||
+ | * [http://aprt.us/ "Apparatus" – similar to Bret Victors demo] | ||
+ | * [https://futureofcoding.org/episodes/051 Future of Coding Community Podcast – 51 • Toby Schachman • Cuttle, Apparatus, and Recursive Drawing] | ||
---- | ---- | ||
* https://ravichugh.github.io/sketch-n-sketch/ | * https://ravichugh.github.io/sketch-n-sketch/ | ||
---- | ---- | ||
* https://enso.org/language | * https://enso.org/language |
Revision as of 00:38, 23 July 2021
- Tangible values – Eros demo – Conal Elliott
- Drawing dynamical visualizations – Bret Victor
- Sketch-n-Sketch – Ravi Chugh et al.
- Multi representational language – Enso (formerly Luna)
(wiki-TODO: discuss these)
Related
- Content addressed codebase – a basis that very likely makes implementing all higher level stuff much much easier and much mure maintainable
- Projectional editors
- Software overview page
- Visually augmented purely functional programming – maybe somewhat redundant older page
Interfaces for 3D modelling (Critically important for a technology that is all about making physical stuff)
- Constructive solid geometry which matches well with functional representation of 3D geometry
External links
- Tangible Functional Programming - by Conal Elliott -
- http://conal.net/papers/Eros/ – collected info about "Tangible Values" and the "Eros demo"
- http://conal.net/ – Conal Elliotts homepage
- Video: Bret Victor - Drawing Dynamic Visualizations
- http://worrydream.com/DrawingDynamicVisualizationsTalkAddendum/ – collected info about the talk
- http://worrydream.com/ – Bret Victors homepage
- "Apparatus" – similar to Bret Victors demo
- Future of Coding Community Podcast – 51 • Toby Schachman • Cuttle, Apparatus, and Recursive Drawing