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
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to