Category: Lambda
I don’t yet have a strong opinion on the Redux-killing potential of React’s new Context API.
I don’t yet have a strong opinion on the Redux-killing potential of React’s new Context API.
For me one of the key selling points of Redux is that you don’t need to use any particular framework and your business logic can live on long after you dumped your current one.
This seems a little hardwired to React for my liking.
Anyone who claims that achieving Typescript compatibility is simply a matter of renaming a files from *.

Anyone who claims that achieving Typescript compatibility is simply a matter of renaming a files from *.js to *.ts is a shameless fucking liar.
LOLPython
LOLPython
(10 ** -2).is_integer()
> False
(10 ** 2).is_integer()
> AttributeError: ‘int’ object has no attribute ‘is_integer’
Monet is a library of useful monads for Javascript.
Monet is a library of useful monads for Javascript.
A pretty good visualisation of the Redux architecture.

A pretty good visualisation of the Redux architecture.
The key finding here is that Java is mostly garbage.
The key finding here is that Java is mostly garbage. JavaScript while not as succinct as Clojure would have produced a similar saving.
Programming your browser in C using Emscripten.
Programming your browser in C using Emscripten.
Valid template string literal syntax:
Valid template string literal syntax:
let s = ‘hello’;
console.log(`${`${`${`${`${`${`${`${`${`${`${`${s}`}`}`}`}`}`}`}`}`}`}`}`);
>hello
Dan Abramov giving a preview into the future of React.
Dan Abramov giving a preview into the future of React.