OrfeasZ
const x = <div>Hello</div>
x
Steven
val x = div.create { +"Hello" }
+x
A modern programming language that makes developers happier.