> From: Ketil Malde <[EMAIL PROTECTED]> > "Manuel M. T. Chakravarty" <[EMAIL PROTECTED]> writes: > > You want to be able to write > > > f 1 2 + g 3 4 > > > instead of > > > (f 1 2) + (g 3 4) > > I do? Personally, I find it a bit confusing, and I still often get it > wrong on the first attempt. Same here. A while back someone said something along the lines that people come to Haskell because of the syntax. For me it is the other way around. My background is in Scheme/Lisp, and I still find it irritating that I cannot just say indent-sexp and the like in Emacs. It is the other properties of the language that keep me using it. I also get irritated when I get precedence wrong, so in fact I tend to write (f 1 2) + (g 2 3), which to my eye conveys the intended structure much better and compiles at first try. -- pertti _______________________________________________ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe
- Functional programming in Python Manuel M. T. Chakravarty
- RE: Functional programming in Python brk
- RE: Functional programming in Python Manuel M. T. Chakravarty
- Re: Functional programming in Python Erik Meijer
- RE: Functional programming in Python brk
- RE: Functional programming in Python Manuel M. T. Chakravarty
- Re: Functional programming in Python Ketil Malde
- RE: Functional programming in Python brk
- Re: Functional programming in Python Pertti Kellomäki
- Re: Functional programming in Python Manuel M. T. Chakravarty
- Re: Functional programming in Python Kellomaki Pertti
- Re: Functional programming in Python Arjan van IJzendoorn
- Re: Functional programming in Python Paul Hudak
- Re: Functional programming in Python Kellomaki Pertti
- Re: Functional programming in Python Paul Hudak
- RE: Functional programming in Python brk
- Re: Functional programming in Python Dean Herington
- Re: Functional programming in Python Peter Hancock
- Re: Functional programming in Python Peter Hancock