Published inITNEXTUnlocking the True Power of Const with ValueScriptOn the surface, const allows you to clarify that some variables in your JavaScript program don’t change:Apr 10, 2023Apr 10, 2023
Published inITNEXTTransactional Try Blocks in ValueScriptExceptions are difficult to get right. A particularly tricky problem that’s easy to overlook is the possibility of partial evaluation…Mar 30, 2023Mar 30, 2023
ValueScript’s Unique Strategy for Preventing Side Effects (TL;DR)ValueScript is basically TypeScript without side effects.Feb 23, 2023Feb 23, 2023
Published inITNEXTValueScript’s Unique Strategy for Preventing Side EffectsValueScript is basically TypeScript without side effects (tl;dr;). Consider the following TypeScript program:Feb 22, 20232Feb 22, 20232
How to Speak Binary in TypeScriptIf you’re sending or receiving data in TypeScript, chances are high that you are using JSON. There’s a better way.May 13, 2021May 13, 2021
Goldbach’s Comet (Scatter Plot) with Density Based ColoringGoldbach’s conjecture states that every even number greater than 2 is the sum of two prime numbers. For example 4=2+2, 10=3+7, and…Jan 1, 20171Jan 1, 20171