Sujet : my first project in Tcl (in fact, my first project anywhere :)
De : user2276 (at) *nospam* newsgrouper.org.invalid (sundar)
Groupes : comp.lang.tclDate : 28. Feb 2025, 17:16:11
Autres entêtes
Message-ID : <1740759371-2276@newsgrouper.org>
User-Agent : Newsgrouper/0.7.0
Hello All,
I’m excited to share my first Tcl project: a simple todo app built with Tcl, Datastar, and Server-Sent Events (SSE).
It lets you add, toggle, and delete todos with a dynamic UI, all powered by Tcl on the backend.
I learned a ton along the way (Ashok P. Nadkarni's book was a great help).
Check it out here,
https://github.com/bpsundar/tcl_html_dslThanks,
Sundar.
p.s. any errors reflect my current understanding of the concepts.
Would love to hear your feedback and/or suggestions!