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: | Anton Moscal <msk@post.tepkom.ru> |
Newsgroups: | comp.compilers |
Date: | 10 Jul 1999 01:26:36 -0400 |
Organization: | St.Petersburg University |
References: | 99-06-114 99-07-004 |
Keywords: | Windows |
On 1999/06/29 bryce <thecrow@cyberdude.com> wrote:
> 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
> 2. garbage collected
> 3. static type checking
> 4. dynamic module loading
> 5. exception handling mechanism
> 6. compiled files (like java .class or python .pyc)
> 7. open source/gnu/freeware
Objective CaML in byte-code mode satisfy all your requirements.
Native-code O'CaML compiler safisfy all your requirements except 6
(dymamic code loading).
http://caml.inria.fr/ocaml/index.html
O'Caml system includes good libraries, debugger, profiler, Lex and
YACC utilities for CaML and tools for O'Caml language syntax extension
(Camlp4). Camlp4 also can be used as parser construction tool (IMHO better
than YACC).
Also it contains well-documented interface with C language.
Regargs,
Anton Moscal
Return to the
comp.compilers page.
Search the
comp.compilers archives again.