Implementing Elixir-like protocols in TypeScript using Proxies
Introduction In this part of experimenting with proxies, we'll explore an alternative approach to polymorphism by leveraging the power of proxies available in JavaScript and TypeScript. Our main goal is to compose a solution similar to Elixir Protoco...
Aug 10, 202311 min read134

