Re: [Haskell] Re: Beyond ASCII only editors for Haskell

2005-05-24 Thread Jérémy Bobbio
On Sunday 22 May 2005 22:35, Shae Matijs Erisson wrote: > Mads Lindstrøm <[EMAIL PROTECTED]> writes: > > But we do not have to leave out ASCII based editors - atleast to > > begin with. You can be showing functions like sqrt using real math > > symbol and at the same time store your documents as or

[Haskell] Re: Beyond ASCII only editors for Haskell

2005-05-22 Thread Stefan Monnier
> Jorge Adriano did something similar for Haskell with x-symbol: > http://www.haskell.org/pipermail/haskell-cafe/2002-August/003237.html Note that the latest haskell-mode has support for something similar (tho it works differently). But these are minor cosmetic tricks. Stefan _

[Haskell] Re: Beyond ASCII only editors for Haskell

2005-05-22 Thread Shae Matijs Erisson
Mads Lindstrøm <[EMAIL PROTECTED]> writes: > But we do not have to leave out ASCII based editors - atleast to begin > with. You can be showing functions like sqrt using real math symbol and at > the same time store your documents as ordinary Haskell sources, which can be > read by any editor. This