have you seen ProjecturEd? #56
Replies: 3 comments 4 replies
-
Thanks for bringing this up! I came across this but haven't try it myself. I'd love to see if there're things I can learn from! Some problems that I'm currently trying to figure out:
Do you have any idea if ProjecturEd has tackled these problems? |
Beta Was this translation helpful? Give feedback.
-
re validity: whether a strucutre is valid or not depends on who is looking at it and with what expectations. e.g. a Java function call with a png image as first argument may be invalid for the java compiler (as-is), but valid for the editor that can happily display and modify that structure with the image displayed inline. i believe this kinda answers the copy paste question also: you can edit the structure as you see fit. of course metadata can guide the editing, and an interactive ping-pong between the domain tools (e.g. a java compiler) and the editing framework and its display can be a useful help in pointing out how the structure is not appropriate for the compiler, or whatever pipeline is consuming it. |
Beta Was this translation helpful? Give feedback.
-
there was an interview recorded with ProjecturEd's author. it's in the post-processing phase, and hopefully published soon. i think it will present a bird's eye view of the internal model of PrEd. |
Beta Was this translation helpful? Give feedback.
-
just making sure you're aware of this project: https://github.com/projectured/projectured/
Beta Was this translation helpful? Give feedback.
All reactions