Live data from Hacker News

TypeScript types can run DOOM [video]

youtube.com

11–20 of 391 posts

Re: TypeScript types can run DOOM [video]

#11
Brilliant. The TS type system is a true marvel of modern software engineering. Its a shame that it hasn't just been developed into a proper fully fledged runtime at this point. Something like Deno is the closest we'll get it seems.

Re: TypeScript types can run DOOM [video]

#18
A WASM runtime in TypeScript types is impressive in its own right, but I think I can dimly see how it could work with a lot of effort. https://github.com/MichiganTypeScript/typescript-types-only-...

What I don't understand is how this thing does keyboard input.

At 3:42, the video simply says, "And, yes, there's a way to do keyboard input," without elaborating on how. What sorcery is that? There must be something outside the type system translating keyboard input into TypeScript types…??

Re: TypeScript types can run DOOM [video]

#19
post #8

I got to watch Dimitri posting internal updates about his progress on this, and it has been utterly mindblowing. This is genuinely one of the most amazing things I've ever seen done with code. Absolutely legendary feat! (And also an incredible amount of persistence.)

Where can we see these updates?
Post reply on HN