How I want to write Node: Stream all the things
caolanmcmahon.com
How I want to write Node: Stream all the things
1–10 of 118 posts
Re: How I want to write Node: Stream all the things
#2Re: How I want to write Node: Stream all the things
#3Streams, honestly, are hard to keep straight when the program gets big without a stronger type system. IMHO.
Some really sharp people have been working on stream computing software in Haskell for a while - Gabriel's Pipes package is a good example of generalized stream computing with strong equational reasoning as its foundation.
Maybe if you really want to try and do this in Node you can gain some inspiration from his journey: http://hackage.haskell.org/package/pipes
Re: How I want to write Node: Stream all the things
#4This sounds intriguing. I wish there were some more complex examples. Part of the greatness of Promises is taking a big chunk of pyramid code and turning it into a set of simple steps... I'd like to see how this would handle that.
Re: How I want to write Node: Stream all the things
#5This sounds intriguing. I wish there were some more complex examples. Part of the greatness of Promises is taking a big chunk of pyramid code and turning it into a set of simple steps... I'd like to see how this would handle that.
Re: How I want to write Node: Stream all the things
#6I know Caolan's been thinking about this and reworking it for a while, so I'll be interested to see whether it manages to see significant takeup.
Re: How I want to write Node: Stream all the things
#7Re: How I want to write Node: Stream all the things
#8Re: How I want to write Node: Stream all the things
#9Really can't wait for "all the things" to stop being used as an acceptable replacement for "everything."