s-ol’s avatars-ol’s Twitter Archive—№ 1,124

        1. lots of progress on my polymorphic client/serverside rendering @moonscript/ @LuaLang project: mmm.s-ol.nu/?realities can now dynamically create its markup in the browser, or be compiled into static HTML markup, from the same source. (1/3) #lua #web #programming
      1. …in reply to @S0lll0s
        I haven't ported SVG.js yet, so the diagrams are missing in the rendered HTML page - but the moonscript/lua to create them is also compiled into the HTML so they are lazily created when the page is opened (screenshots with/without JS) (2/3)
        oh my god twitter doesn’t include alt text from images in their APIoh my god twitter doesn’t include alt text from images in their API
    1. …in reply to @S0lll0s
      So happy that this means I can finally drop webpack, npm etc. This also opens the door for running an actual server with lapis and the same polymorphic features. (3/3)
  1. …in reply to @S0lll0s
    The source is probably a bit cryptic, but it's up on github: github.com/s-ol/mmm/blob/master/app/realities.moon