You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In fact htmx with LLM could lead to new unexpected possibilities.
maybe it can self generate new code and recompile itself .
htmx is itself a type of DSL so if the golang code is simple enough then a DSL can represent this golang code and the LLM can learn the DSL and generate new DSL code . Then there is no recompile. Copilot is a DSL apparently.
the loop back nature of a DSL with an LLM is pretty exciting and HTMX provides that foundation since it does not need compile.
Hey @teilomillet
prett cool . I like the LLM chat example
In fact htmx with LLM could lead to new unexpected possibilities.
maybe it can self generate new code and recompile itself .
htmx is itself a type of DSL so if the golang code is simple enough then a DSL can represent this golang code and the LLM can learn the DSL and generate new DSL code . Then there is no recompile. Copilot is a DSL apparently.
the loop back nature of a DSL with an LLM is pretty exciting and HTMX provides that foundation since it does not need compile.
https://github.com/ajstarks/decksh Is a DSL for gui that can render to web, pdf and video .
It outputs xml.
the web renderer is at https://github.com/ajstarks/giocanvas/tree/master/gcdeck
This one takes in the XML from decksh.
It renders to a WASM canvas , but can be extended with another render to render to html too for SEO.
The text was updated successfully, but these errors were encountered: