DEV Community

Discussion on: Building custom DSLs in TypeScript

Collapse
 
fes300 profile image
Federico Sordillo

nice article, I've been craving a clear example of using continuations to make up for the lack of existential types for a while, thanks!

Collapse
 
mikearnaldi profile image
Michael Arnaldi

Not an easy finding indeed, to be honest, I almost always end up with the optimized encoding that erases type safety in the primitives to reduce closure allocations but still a good one to start with