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.

Comments (0)

No comments yet