TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Deriving Transducers from First Principles (2015)

1 pointsby reubanoalmost 3 years ago

1 comment

reubanoalmost 3 years ago
A recent [HN comment](<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31638348" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31638348</a>) mentioned Clojure transducers so I decided to see what Python implementations were available. That search led to the [python-transducers](<a href="https:&#x2F;&#x2F;github.com&#x2F;sixty-north&#x2F;python-transducers" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sixty-north&#x2F;python-transducers</a>) library and accompanying amazing series of blog posts (of which OP is the first).