marcellodesales / csp

CSP/Actor/Transducer Experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CSP/Actor/Transducer Experiments


Languages

Language:JavaScript 97.6%Language:Makefile 2.4%