epic blog post that describes how compilers work, creates a new language and compiles it to WebAssembly #webassembly #language
https://blog.scottlogic.com/2019/05/17/webassembly-compiler.html
epic blog post that describes how compilers work, creates a new language and compiles it to WebAssembly #webassembly #language
https://blog.scottlogic.com/2019/05/17/webassembly-compiler.html
Portals help keep your front-end simple while allowing seamless navigations with custom transitions. In this article, get hands-on experience using Portals to improve user experience across your site.
— Read on web.dev/hands-on-portals
How I used almost no JavaScript to build a modern web app.
— Read on dev.to/winduptoy/a-javascript-free-frontend-2d3e
Andrea Giammarchi is a great open source developer. He created hyperHtml, a non-Virtual DOM library that Google copied and called LitHtml.
If we don’t need or use Shadow DOM, we have better chances our components will be widely adopted, as it’s been for most successful libraries and projects to date, and yet we’d be left with other pain…
— Read on medium.com/@WebReflection/any-holy-grail-for-web-components-c3d4973f3f3f
WebReflection/heresy: React like Custom Elements via V1 API builtin extends.
— Read on github.com/WebReflection/heresy
Overview for Eleventy, a simpler static site generator.
— Read on www.11ty.io/docs/
Create custom elements for declarative and functional programming
— Read on www.npmjs.com/package/create-interface
So you still don’t understand the Hindley-Milner type system? Part 1 of a 3 part blog post on the type inference system used by most functional programming languages. akgupta.ca/blog/2013/05/14/so-you-still-dont-understand-hindley-milner/
Write You a Haskell ( Stephen Diehl )
A half finished book on writing your own strictly typed functional programming language.