x-posting <@U01CS7JM7K4> (via redblobgames): &gt; ...
# linking-together
j
x-posting @James Vaughan (via redblobgames):
Intriguing: live editing usually lets you edit some value in the browser or running app, but with an "LSP server" you can have it work with your existing text editor to edit in the original environment
https://jamesbvaughan.com/bidirectional-editing/
šŸ‘€ 1
šŸ˜„ 1
šŸ° 1
j
Yes! I’m hoping to see more people find interesting uses/abuses of language servers like this.
t
yeah super interesting that approach.
n
This is interesting. I'd like to add a third interface to take actions on the state: chatting with AI in natural language. Even built this small proof-of-concept:
x
Love this! A couple years back I built a prototype live coding/DAW hybrid with that idea: https://lambein.xyz/paw-live2023/
😮 2
m
there is https://openscad.org/ with grammar and hotload, with trivial enough lang to write transpiler in page or 2 of lisp/clojure (ah, it is mentioned in the article, and the point is bi-directional editing. nvm)