Hi there,
I am slowly working my way up the list (reading messages) but I wanted to share something that might be interesting. A lot of the discussion I am seeing in the earlier threads is about text v.s. graphs (or any other structured format).
The basic idea for such a thing is this:
- Have the editor edit the contents of a specialized file (or database)
- Create a projector for your favorite language (for example JavaScript)
- Now, when you ask the filesystem for `myFile.js` (which does not physically exist), the projection is triggered to provide the javascript file
This is only the basics, you could theoretically go both ways and even go above and beyond.
We have done some experiments back in the day (see
https://github.com/suffuse) and the reasons we stopped working on it were not related to its viability.
In any case I hope it inspires someone here and can possibly remove one unsolved problem from the list.
Cheers,
Erik