Hello, Are any of the various Haskell implm., e.g. ghc, being targeted for the .NET CLR? Also can anybody point in the direction of any projects to implement the .NET CLR on anything other than Win32 platforms, e.g. that evil Free Software Foundation :^)?? Let's make .NET open source! hehehehhee Regards, Bill Halchin _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com
Hi,
Are any of the various Haskell implm., e.g. ghc, being targeted for the .NET CLR?
There is a beta haskell compiler, based on ghc-4.08.1 I believe, at http://www.mondrian-script.org/ I haven't used it, so I can't comment further.
Also can anybody point in the direction of any projects to implement the .NET CLR on anything other than Win32 platforms I haven't seen any public projects like that. Would be interesting though..
Niall -- ---------------------------------------------------------------------- Niall Dalton ndalton@ics.uci.edu University of California, Irvine http://www.ics.uci.edu/~ndalton
Also can anybody point in the direction of any projects to implement the .NET CLR on anything other than Win32 platforms I haven't seen any public projects like that. Would be interesting though..
Well, there is: http://www.southern-storm.com.au/ Also, Miguel de Icaza (of GNOME fame, co-founder of Ximian) has been working on a C# compiler. See: http://primates.helixcode.com/~miguel/activity-log.html Finally, there was recently an article in Linux Magazine (??? not Linux Journal) about targetting gcc at the .NET CLR. I'm afraid I have no information more than that, since I don't think I can get the magazine in Australia. -- Tyson Dowd # # Surreal humour isn't everyone's cup of fur. trd@cs.mu.oz.au # http://www.cs.mu.oz.au/~trd #
On Wed, 23 May 2001, Tyson Dowd wrote:
Well, there is: http://www.southern-storm.com.au/ Interesting, I wish them well.
Also, Miguel de Icaza (of GNOME fame, co-founder of Ximian) has been working on a C# compiler. Well I see from: http://primates.ximian.com/~miguel/cs-compiler.html that his experiment has finished, and I do not think that there is a complete compiler? From the activity log it looks like he got as far as a syntax checker.
Finally, there was recently an article in Linux Magazine (??? not Linux Journal) about targetting gcc at the .NET CLR. I'm afraid I have no information more than that, since I don't think I can get the magazine in Australia. As far as I know, that article was speculating on whether this would be a good idea or not, not reporting on a port of gcc.
Regards, Niall -- ---------------------------------------------------------------------- Niall Dalton ndalton@ics.uci.edu University of California, Irvine http://www.ics.uci.edu/~ndalton
participants (3)
-
Bill Halchin -
Niall Dalton -
Tyson Dowd