Ask HN: Why hasn't x86 caught up with Apple M series?
430 points by stephenheron 2d ago 613 comments
Ask HN: Best codebases to study to learn software design?
103 points by pixelworm 4d ago 90 comments
Show HN: Generic streaming calculator written in Go
1 clogg 0 8/28/2025, 10:40:44 AM github.com ↗
It's a small project of a generic formula calculator with lazy evaluation and streaming API, written in Go. Possible applications include various expression evaluators, spreadsheet-like processors, etc. Functions and values can be added on the fly for highly dynamic calculations. Generic (as in Go) types for keys and values give extra flexibility and widen the range of applications.
No comments yet