bwhmather

↗ HN profile [ 202 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. BDC is a simple library for updating the DOM to match a javascript description. Does not require JSX or a compilation step. clobber( document.body, h("marquee", [ h("span", {"style": "font-weight: bold"}, "Hello"), ",…

  2. Hi HN - SSort is a tool I've been working on that sorts the contents of python modules in dependency order. It's like isort, but for the rest of the file. It's starting to get a bit of momentum. We have users across a…