You are viewing archived messages.
Go here to search the history.

Elliot 2024-12-16 15:48:30

Joshua Horowitz and I invite you to explore our experimental visual programming environment (which takes place in a dungeon)

Features

  • dissolve the bounds of decision and explore all possibilities at once

  • use sigillic incantations, delve into recursive caverns

vezwork.github.io/drostes-lair-post

image.png

image.png

Thomas van Binsbergen 2024-12-17 08:20:53

This video demos a prototype that Max Boksem and I built to investigate a modular graph structure for representing and running source code . The tool allows you to create different projections out of the code such as code structure, documentation view, and execution history. The tool supports incremental and exploratory programming (multiple execution sessions) and "nested graphs" (importing a graph as a node) for hierarchical views. The work was presented at Splash earlier. See the paper here. Konrad Hinsen, this is the video I promised you a while ago.

youtu.be/_m1FKZvLrTM?si=ejN_krvl_YWZukxE

Nilesh Trivedi 2024-12-23 01:33:07

Very nice! Graphs can indeed unify many different projections that have traditionally been assumed as the default.

This might work much better if we had excellent keyboard-based graph manipulation tools. That's one reason why text continues to dominate.