BuckleScript is a backend for OCaml which emits readable, modular and highly performant JavaScript.
Read more »
Is JavaScript a functional programming language? This question has long been a topic of great debate within our community. Given that JavaScript’s author was recruited to do “Scheme in the browser,” one could argue that JavaScript was designed to be...
Read more »
The aim of this blog post is to give a flavour of how one might build a useful programming language (or for that matter mathematical system) from a really really small foundation. In our JavaScript notation, the building blocks are just:
... (more…)
Read more »
From “Functional programmer” I mean a programmer familiar with concepts of functional programming. (more…)
Read more »
Fable Web Components Web Components allow us to create custom HTML elements with custom behavior. HTML was originally designed primarily for documentation purposes with some form controls. Then by using CSS we developers attempt to style the page and give... (more…)
Read more »