HypertextingScript

From Esolang
Jump to navigation Jump to search

HypertextingScript is a markup language based on JavaScript and HTML.

HypertextingScript
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")

Implementations

Check HypertextingScript/Implementations.