Skip to content

Comment on A minimal, UI-focused programming language for web designers

Comments

wow this reminds me some years ago I toyed with a mash-up language for the web. The whole idea was attempt to combine css declarations vs js imperative.. code looked like this.

  <script type="text/x-dont-remember-what">

  .button:click {
    this.addClass('foo');
  }
    
  #foo a:click(e) {
    this.hide();
    parent.show();
    e.stopPropagation();
  }
  </script>
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.