Marcin Kowalczyk: > BTW, before I knew Haskell I exprimented with a syntax in which 'x f' > is the application of 'f' to 'x', and 'x f g' means '(x f) g'. Other > arguments can also be on the right, but in this case with parentheses, > e.g. 'x f (y)' is a function f applied to two arguments. Hmmm. An experimental syntax, you say... Oh, say, you reinvented FORTH? (No args in parentheses there, a function taking something at its right simply *knows* that there is something there). Jerzy Karczmarczuk Caen, France _______________________________________________ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe
- Re: Functional programming in Python Peter Hancock
- RE: Functional programming in Python Peter Douglass
- RE: Functional programming in Python Tom Pledger
- RE: Functional programming in Python S. Alexander Jacobson
- RE: Functional programming in Python Malcolm Wallace
- Re: Functional programming in Python Zhanyong Wan
- Re: Functional programming in Python S. Alexander Jacobson
- Re: Functional programming in Python Tom Pledger
- Re: Functional programming in Python Juan Carlos Arevalo Baeza
- Re: Functional programming in Python Marcin 'Qrczak' Kowalczyk
- Re: Functional programming in Python Jerzy Karczmarczuk
- Re: Functional programming in Python Marcin 'Qrczak' Kowalczyk
- Re: Functional programming in Python Ketil Malde
- Re: Functional programming in Python Brook Conner