<purr\Paws>
Paws.js/queueless+ fa4e7a8 ELLIOTTCABLE: + oops, some comments. also results -> visited?
<purr\Paws>
Paws.js/queueless+ 59cca3b ELLIOTTCABLE: + _.isShallowEqual - CoffeeScript is a little bitch, by the way. ಠ_ಠ
<pikajude>
ELLIOTTCABLE: idk du
<ELLIOTTCABLE>
du
<alva>
Was thinking of what a streaming language (like PostScript) might be good for, and wouldn't it be cool for internetted embedded systems with small program memory?
<alva>
Just stream programs a lot bigger than memory
<ELLIOTTCABLE>
o7 alva
<alva>
ELLIOTTCABLE:
<alva>
I keep trying to break away from Forth/PS in my PL, then come crawling back
<alva>
I'd really like to explore the streamability more
<alva>
I think that was one of the things that made PS work on printers with such limited resources, it would just stream over the network
<alva>
And as it streams it is also executed, and most of it is not definitions or other things that need to hang around
<alva>
Those could also be inlined prior to streaming
<ljharb>
alva: isn't that why PostScript was invented? for laser printers?
<alva>
ljharb: yep
<ELLIOTTCABLE>
ferp
<alva>
It just seems too cool to be used for printers only. I like writing PS though, made a typesetting system for school assignments
* alva
imagines the offspring of PostScript + TeleScript