Related articles |
---|
Languages w/ win32 support thecrow@cyberdude.com (1999-06-29) |
Re: Languages w/ win32 support zalman@netcom15.netcom.com (Zalman Stern) (1999-07-01) |
Re: Languages w/ win32 support rose@netcom.com (1999-07-01) |
Re: Languages w/ win32 support kbreinho@foobar.bsquare.com (Keith Breinholt) (1999-07-01) |
Re: Languages w/ win32 support petdr@cs-mu.oz.au (Peter Ross) (1999-07-01) |
Re: Languages w/ win32 support nr@labrador.cs.virginia.edu (Norman Ramsey) (1999-07-01) |
Re: Languages w/ win32 support Friedrich.Dominicus@inka.de (Friedrich Dominicus) (1999-07-05) |
Re: Languages w/ win32 support msk@post.tepkom.ru (Anton Moscal) (1999-07-10) |
From: | Peter Ross <petdr@cs-mu.oz.au> |
Newsgroups: | comp.compilers |
Date: | 1 Jul 1999 15:02:01 -0400 |
Organization: | Compilers Central |
References: | 99-06-114 |
Keywords: | Windows |
thecrow@cyberdude.com (bryce) writes:
>I have been looking high and low for a list of (and probably just
>looking in the wrong places) programming languages that :
>1. supports win32 platform
Yes.
>2. garbage collected
Yes, currently we use Boehm conservative garbage collector. native gc
will be supported one day.
>3. static type checking
Yes.
>4. dynamic module loading
Yes, as part of our extras distribution.
>5. exception handling mechanism
Yes, as part of our extras distribution.
>6. compiled files (like java .class or python .pyc)
Yes.
>7. open source/gnu/freeware
Yes.
And the answer is Mercury, a logic/functional programming language.
The Mercury home page is http://www.cs.mu.oz.au/mercury/
Pete.
--
+----------------------------------------------------------------------+
| Peter Ross M Sci/Eng Melbourne Uni (change - to . for email) |
| email: petdr@cs-mu.oz.au WWW: http://www.cs.mu.oz.au/~petdr |
Return to the
comp.compilers page.
Search the
comp.compilers archives again.