Browse thread
Dynaml: Dynamic types hack for O'Caml
- Jim Farrand
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2005-01-25 (12:13) |
From: | Jim Farrand <jim@f...> |
Subject: | Dynaml: Dynamic types hack for O'Caml |
Dear all, Dynaml is a camlp4 extension to O'Caml which allows values to be typed dynamically (at runtime), rather than statically (at compile time). http://farrand.net/dynaml.shtml The README file is on the website, and is reasonably instructive. Features: * Provides "to dynamic" and "to static" cast for converting values from statuc/dynamic. * Type exception is thrown if a value is cast to an incorrect type, to preserve type safety. * Can deal with polymorphic functions and values. If your an expert on types, please read my next message an help me out. :) Regards, Jim -- Jim Farrand