Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
happy4crazy
on April 30, 2014
|
parent
|
context
|
favorite
| on:
Co-routines as an alternative to state machines (2...
Neat, I was just wondering about this. I'm using the same idea with core.async channels in ClojureScript to parse the BitTorrent peer protocol[0], but I wasn't sure how to describe it.
[0]
https://github.com/happy4crazy/ittybit/blob/master/src/ittyb...
juliangamble
on April 30, 2014
[–]
You can read more about the State Machines of core.async here:
http://hueypetersen.com/posts/2013/08/02/the-state-machines-...
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[0] https://github.com/happy4crazy/ittybit/blob/master/src/ittyb...