This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Kristóf Poduszló
kripod.dev
did:plc:gcc7zhohhmpzg7bjsutppiwo
Reduce should never be used with a non-primitive accumulator imo. We have more semantic alternatives like:
• Object.fromEntries() + entries.map()
• Object.groupBy() / Map.groupBy()
Even for primitives we’ll have Math.sumPrecise() soon ⏳ https://github.com/tc39/proposal-math-sum
[contains quote post or other embedded content]
2024-12-16T23:02:07.759Z