From: john s. <sk...@us...> - 2015-06-03 21:47:31
|
On 04/06/2015, at 2:52 AM, Ryan Gonzalez wrote: > isn't this basically stack-oriented programming without a stack? Like "Forth"? Nope. Nothing like that except it shares the "value free" associativity property. Remember pipelines are only the simple functional stage. I haven't got up to feedback loops yet. It's hard to draw a diagram but you can do, say, fibonacci series quite nicely by feeding back the value to yourself with a delay. This is a loop and hence tail recursion. -- john skaller sk...@us... http://felix-lang.org |