Would it be possible to write an overview of how to use streams effectively? I get the basics but I find myself missing opportunities to use them when they’d work well. For example using a stream to construct long strings seems like a better method than concatenating repeatedly, but is that the case? Are there other such cases?
Streams tutorial request
Thanks for the suggestion.
Do you mean using them in Lisp, or using them in a uLisp Extension to add functionality?
hasn0life
#3
I’m not sure what the difference is but I’ll take both if you can write them. It might be nice to have a tutorial for them similar to http://www.ulisp.com/show?19W8 but I think I’m asking about more advanced usage. I don’t know what I don’t know so it’s hard for me to formulate the question 😅