846 Views
One of my past times is writing compilers, they're just fun to work on. One of those projects I've been working for a couple of months now is a TypeScript to native compiler. Now just to be absolutely clear here, by native I do mean actually native as in native AOT (ahead-of-time compilation) to machine code and not as another buzzword for yet another JavaScript framework.
0 comments