hazelgrove / hazel

Hazel, a live functional programming environment with typed holes
http://hazel.org/
MIT License
684 stars 45 forks source link

Structural copy/paste #1300

Open disconcision opened 2 months ago

disconcision commented 2 months ago

If code is copied from the editor and pasted in the editor, maybe we should retain the original zipper structure rather than reparsing from text. This would be both faster, and it could retain any metadata not expressed in the text source, like projections.

(May implement this as part of #1218)

Considerations / Challenges: