caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] ANN: Dynamic Caml v0.2 is released
@ 2002-05-16 12:40 Dmitry Lomov
  2002-05-16 12:20 ` Remi VANICAT
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Lomov @ 2002-05-16 12:40 UTC (permalink / raw)
  To: caml-list

I am pleased to announce the availability of Dynamic Caml v.0.2
from:

http://oops.tercom.ru/dml/

Dynamic Caml is a high-level, type-safe (statically typed)
and efficient dynamic code generation library and a set of 
CamlP4 syntax extensions for Objective Caml. 

Though still supporting only bytecode,
release 0.2 is much more mature than the previous 0.1 release.

This is the list of changes:

- Most of Objective Caml expressions are supported either
  natively (as constructors of code type) or via functional
  wrappers that are automatically generated by syntax extensions.
  Not supported expressions are:
    * labelled applications
    * OO features (method calls and such)
  Those can be used via manually written functional wrappers.

- Functional wrappers for expressions that are not natively supported
  are inlined in the generated bytecode, thus removing application
  overhead.

- Several bugfixes

- More examples added (see directory tests/ in the distribution)

Your comments and suggestions are welcome!

Dmitry

-- 
Dmitry Lomov
Chair of Software Engineering,
Mathmatics and Mechanics Faculty,
St.-Petersburg State University

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-05-21 20:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-16 12:40 [Caml-list] ANN: Dynamic Caml v0.2 is released Dmitry Lomov
2002-05-16 12:20 ` Remi VANICAT
2002-05-21 20:05   ` Dynamic Caml vs. MetaOCaml [long] (Was: Re: [Caml-list] ANN: Dynamic Caml v0.2 is released) Dmitry Lomov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).