/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.jeremymorgan.com
| | fernandocorreia.dev
3.9 parsecs away

Travel
| | This is part 9 of my journey learning Golang. Data types are a designation by a programming language about the kind of values that are being stored. Go has
| | james.darpinian.com
6.5 parsecs away

Travel
| | You may know that all numbers in JavaScript are 64 bit double-precision floating point values. This is sometimes convenient and it works pretty well as a default for novice programmers, who are often confused by integer math, and rightfully so when 1 / 2 = 0. Unfortunately, it makes things slow. Doubles take a lot of memory and floating point math is slower than integer math on CPUs. It's also inconvenient if you want to port existing code to JavaScript, because existing code usually expects to use integ...
| | adsecurity.org
8.6 parsecs away

Travel
| | [AI summary] A technical article from 2014 provides a useful reference table of PowerShell's data types and their descriptions.
| | benediktmeurer.de
33.7 parsecs away

Travel
| Personal website of Benedikt Meurer, JavaScript Engine Hacker and Programming Language Enthusiast.