Hacker News new | ask | show | jobs
by eyelidlessness 1198 days ago
Here[0] is the open issue about TypeScript being Turing complete. The current most recent comment[1] is showing the type system parsing its own type syntax. Of course there have been many parsers written in the type system since template literal types landed, but I found this one particularly amusing.

0: https://github.com/microsoft/TypeScript/issues/14833

1: https://github.com/microsoft/TypeScript/issues/14833#issueco...