Browse thread
Efficency of varient types
[
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-11-27 (15:47) |
From: | Lukasz Stafiniak <lukstafi@g...> |
Subject: | Re: [Caml-list] Efficency of varient types |
2005/11/27, Lukasz Stafiniak <lukstafi@gmail.com>: > 2005/11/26, Michael D. Adams <mdmkolbe@gmail.com>: > > I am working on a program that translates code from scheme into ocaml. > Use MetaOCaml with native-code compilation and untagging. Err, in your case untagging and printed representation. Not much of MetaOCaml functionality, and only works when program is not actually dynamically typed. But MetaOCaml is always worth giving a try :) > Best Regards, > Lukasz >