Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roadmap ? #1

Open
gedw99 opened this issue Aug 24, 2024 · 0 comments
Open

Roadmap ? #1

gedw99 opened this issue Aug 24, 2024 · 0 comments

Comments

@gedw99
Copy link

gedw99 commented Aug 24, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant