https://github.com/uucidl/exp.transducers-in-c
is it valuable and useful to implement transducers in C?
https://github.com/uucidl/exp.transducers-in-c
Last synced: 3 months ago
JSON representation
is it valuable and useful to implement transducers in C?
- Host: GitHub
- URL: https://github.com/uucidl/exp.transducers-in-c
- Owner: uucidl
- License: mit
- Created: 2014-10-09T07:44:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-11T14:06:12.000Z (over 9 years ago)
- Last Synced: 2025-02-05T06:13:46.148Z (5 months ago)
- Language: C
- Size: 262 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
Exploration: tranducers in C
============================Implementing tranducers in C.
Transducers have been introduced by Rich Hickey in his Strange Loop talk in 2014.
see https://www.youtube.com/watch?v=6mTbuzafcII
[Read here about the implementation](./src/README.md)
Status
------Abandoned. I came out convinced that I would use transducers in Clojure however found them not a very good fit for a non-dynamic language.
see the [ChangeLog](./ChangeLog) file for changes.
Licensing
---------MIT. Look for the [LICENSE](./LICENSE) file.
Using
-----[test.sh](./test.sh)
Contributing
------------Requirement: clang-format
use [test.sh](./test.sh) to run the unit tests.
use [pre-commit.sh](./pre-commit.sh) to ensure the code is well formatted (uses clang-format)