https://github.com/ljpengelen/transduce-shakespeare
Projects to illustrate Clojure's transducers
https://github.com/ljpengelen/transduce-shakespeare
clojure java jcstress transducers volatile
Last synced: about 1 month ago
JSON representation
Projects to illustrate Clojure's transducers
- Host: GitHub
- URL: https://github.com/ljpengelen/transduce-shakespeare
- Owner: ljpengelen
- Created: 2024-11-20T14:04:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-23T21:42:09.000Z (over 1 year ago)
- Last Synced: 2025-03-22T09:30:25.425Z (over 1 year ago)
- Topics: clojure, java, jcstress, transducers, volatile
- Language: Clojure
- Homepage: https://blog.cofx.nl/to-transduce-or-not-to-transduce
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To transduce or not to transduce
This repository contains three sample projects that illustrate Clojure's transducers and some things to consider when creating new transducers.
Additional details are provided in the accompanying blog post: https://blog.cofx.nl/to-transduce-or-not-to-transduce.html.