Re: Re: [Haskell-cafe] Why Exotic Languages Are Not Mainstream

2006-08-11 Thread Thiago Arrais
Nicolas, On 8/11/06, Nicolas Frisby <[EMAIL PROTECTED]> wrote: Is there anything similar to VisualHaskell that works in light-weight (compared to Studio...) and multi-platform editors? There is EclipseFP: http://eclipsefp.sourceforge.net It doesn't support type inference at edition, but it i

Re: Re: Re: [Haskell-cafe] Why Exotic Languages Are Not Mainstream

2006-08-11 Thread Jason Dagit
On 8/11/06, Nicolas Frisby <[EMAIL PROTECTED]> wrote: Maybe it could also catch errors in my cafe emails... > sqrs l = map sqr l > where sqr x = x*x Would you really want to write your emails in VisualStudio? ;-) On 8/11/06, Nicolas Frisby <[EMAIL PROTECTED]> wrote: > Thanks for the point

Re: Re: Re: [Haskell-cafe] Why Exotic Languages Are Not Mainstream

2006-08-11 Thread Nicolas Frisby
Maybe it could also catch errors in my cafe emails... sqrs l = map sqr l where sqr x = x*x On 8/11/06, Nicolas Frisby <[EMAIL PROTECTED]> wrote: Thanks for the pointers, but I think I'm looking for type information specific to my program. The VisualHaskell feature of which I am envious is t

Re: Re: [Haskell-cafe] Why Exotic Languages Are Not Mainstream

2006-08-11 Thread Nicolas Frisby
Thanks for the pointers, but I think I'm looking for type information specific to my program. The VisualHaskell feature of which I am envious is the ability to tell me the type of any identifier in my program. Disclaimer: I've never used VisualHaskell and am going only by what I read on its featu

Re: Re: [Haskell-cafe] Why Exotic Languages Are Not Mainstream

2006-08-11 Thread Nicolas Frisby
I would quite appreciate the type info at edit time (especially when tracking down errors) but as far as I know VisualStudio is a 100% Windows only app (right?). I don't run Windows. Is there anything similar to VisualHaskell that works in light-weight (compared to Studio...) and multi-platform e