From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <14ec7b180811202018o29788e71n396c8a43465869e5@mail.gmail.com> Date: Thu, 20 Nov 2008 21:18:32 -0700 From: "andrey mirtchovski" To: fernanbolando@mailc.net, "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> In-Reply-To: <1d5d51400811202011o34f305acte3704e653f916cfa@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <881467ce0811200915odb0a042xb1c3aa2f292c2677@mail.gmail.com> <49259D0E.9050700@proweb.co.uk> <3e1162e60811201609x36cc0cf8i355f518eb9548643@mail.gmail.com> <1d5d51400811202011o34f305acte3704e653f916cfa@mail.gmail.com> Subject: Re: [9fans] What about Haskell? [was: How can I use alef?] Topicbox-Message-UUID: 4de246ca-ead4-11e9-9d60-3106f5b1d025 I think that with a bit more work, porting the Ocaml native compiler to Plan 9 would give you a bigger benefit than GHC (which is unwieldy) or an interpreter such as Hugs. Having a higher-level language in which to write native applications will, perhaps, give more people a viable reason to explore the system. Ocaml's compiler generates high-quality, reasonably fast code and a native port effort would be much less than the one for a similar Haskell compiler. Just a thought.