HLisp
1 program
Added 2026-03-06T12:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: hlisp
Provenance: commit d3b5e25a84 · authored 2026-03-06T11:19:36+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Hello World Page
Provenance: commit d3b5e25a84 · authored 2026-03-06T11:19:36+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
(page "index.html"
(html
(head
(title "Hello World"))
(body
(h1 "Hello, World!")
(p "HLisp is a Lisp dialect that compiles to HTML.")
(ul
(li "S-expression syntax")
(li "Compiles to ClojureScript")
(li "Reactive data model")))))