Contribute to ahuth/raytrace2 development by creating an account on GitHub. (more…)
Read more »
Statically typed languages really feel incomplete without true macros, so I hacked that functionality together for typescript. (more…)
Read more »
TypeScript enums can be valuable. However, it can sometimes be difficult to tell how they should be used and what they represent. (more…)
Read more »
TypeScript 2.6 RC is now available! To get started with the latest stable version of TypeScript, you can grab it through NuGet, or use the following command with npm: (more…)
Read more »
Use these key steps to create strongly typed immutable records in TypeScript with Immutable.js.
Read more »