Published onJanuary 24, 2023RAMSON, part 1javascript-experimentsThe 1st post describing RAMSON, a JSON schema that preserves ECMAScript objects exactly as they are in memory.
Published onJune 13, 2021ClosurereferenceA closure is a record of every reference a function utilizes.
Published onJune 13, 2021IdempotentreferenceA function is idempotent if running it once, or n times, has the same effect.