Approximating Haskell’s do syntax in TypeScript

The pyramid of doom is a problem that’s plagued callbacks/promises since they were introduced to the Javascript language. If you’ve used fp-ts for any length of time, you’ve probably noticed that this problem isn’t specific to asynchronous code. For examp… Read more

Similar

LiTScript – Literate TypeScript

LiTScript is a documentation generation tool that draws inspiration from literate programming. It extracts documentation from TypeScript projects and produces feature-rich web sites. Its goal is to make creating and maintaining project documentation as ef... (more…)

Read more »