Echo JS 0.11.0

<~>
timoxley 3494 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")

Replies