|
|
|
|
|
by embedding-shape
158 days ago
|
|
> A simplified subset of (HT|X)ML that uses only elements and no attributes is pretty much directyl equivalent to S-expressions, sure. Add one more type, like a map, now you have attributes (fn btn ()
(div
{onClick (fn ())}
"Click me"))
|
|