Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 923 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 923 Bytes

CSP/Transducer Experiments

Bit of messing around. WIP.

Prior work:

Code that does stuff is in app.js, the CSP stuff is in channel.js and there's a library of functions in lib.js.

TODO

Channels

  • close
  • alts
  • timeout
  • dropping-buffer
  • sliding-buffer
  • mult
  • merge

Transducers

  • take
  • Extract them to their own library (with tests!)

Other stuff

  • Implement lib tail recursively

License

MIT