▲ uilang: A Minimal, UI-Focused Programming Language for Web Designers at uilang.com▼6 up and 1 down, posted by matt_smith 3728 days ago 2 comments
timoxley 3727 days ago. link 1 point ▲ ▼Cool idea but a language to implement this seems like super overkill, when you could implement basically the same thing with a simple fluent API, without any magic or compile step. e.g. clicking().on(".rsvp").addClass("open").on("#overlay")