Live data from Hacker News

A minimal, UI-focused programming language for web designers

uilang.com

1–10 of 48 posts

Re: A minimal, UI-focused programming language for web designers

#6
post #5

All of the examples are basically differently-styled variations of "clicking on X adds/removes class Y on element Z". Is this all it can do? Would have liked to see some slightly more varied use cases.

I was thinking the same. From the few examples given, it seems to be only useful to toggling classes from click events. Would like to see some more use cases.

Re: A minimal, UI-focused programming language for web designers

#8
post #3

It makes easy things slightly easier, and slightly harder things impossible. Stupid idea.

If these things are easy for you, then you're probably not uilang's target audience ;)

Perhaps. The end result of simplifying a task is always the same: "oh but I want to check the value of this field on the page", "can I check the local time to do this", "how do I respond to mouse movements", etc. Real programming can't be abstracted into DSLs in abused HTML elements.

The target audience of uilang should never, in my opinion, try to build websites.

Sorry I'm bitter today.

Re: A minimal, UI-focused programming language for web designers

#10
post #3

It makes easy things slightly easier, and slightly harder things impossible. Stupid idea.

If these things are easy for you, then you're probably not uilang's target audience ;)

So who is the target audience? How many web designers are capable of writing the HTML and CSS necessary to create animated tabs, accordions and overlays, but can't figure out the few lines of JavaScript/jQuery necessary to toggle classes on elements? I've never met a single person who would fit that description.
Post reply on HN