We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
HypertextingScript
Jump to navigation
Jump to search
HypertextingScript is a markup language based on JavaScript and HTML.
| Designed by | User:PatoFlamejanteTV |
|---|---|
| Appeared in | 2024 |
| Computational class | Total |
| Reference implementation | HypertextingScript/Implementations, JavaScript and Python |
| File extension(s) | .hyscr, .js, .txt, .text |
HypertextingScript's source code/compilers source code (JS/Python) are on GitHub: https://github.com/PatoFlamejanteTV/HypertextingScript/
Syntax
JS with HTML elements being "functions". (e.g., h1(""), p(""), script(""))
Programs
Hello, world
h1("Hello, world")
Alert
script("alert('Hi')")
HypertextingScript Intro
h1("HypertextingScript")
p("Thats like JS but its no JS its HypertextingScript")
p("BTW this is open-source :D")