This repository contains a bunch of coding snippets that seem interesting to me or help in understanding programming concepts.
For example:
- TypeScript gotchas, for example incorrect behavior when using overloads
- a quick overview of the basic Haskell syntax
- a motivation for the pipeline notation for TypeScript
- a look at the javascript's await and the do notation
- an example of Extententials Types in TypeScript and Haskell
- Parser combinators in Haskell
- a look at javascript's async with try/catch