Code: Select all
(while (check-var-is-true) (do-some-thing))
Code: Select all
(while (check-var-is-true) (do-some-thing))
As in functional programming -- procedures that act like mathematical functions in that they only operate on their arguments and don't side-effect. Wow, Ted, as long as I've been talking about FP in this forum, I'm surprised *you* asked this question. :)TedWalther wrote:What do you mean by "functional". Goroutines? channels? slots? shared memory?
Right. I asked for such detail from ssqq for precisely this reason. Let's see what ssqq says. Otherwise, as I said, it's a guessing game.TedWalther wrote:NewLISP has built in "send" and "receive" functions... maybe that does with ssqq wants?
I read this:rickyboy wrote:As in functional programming -- procedures that act like mathematical functions in that they only operate on their arguments and don't side-effect. Wow, Ted, as long as I've been talking about FP in this forum, I'm surprised *you* asked this question. :)TedWalther wrote:What do you mean by "functional". Goroutines? channels? slots? shared memory?