Browse thread
Efficency of varient types
-
Michael D. Adams
- Stefan Monnier
- Nicolas Cannasse
- Jon Harrop
- Lukasz Stafiniak
- David Baelde
[
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: | -- (:) |
| From: | Stefan Monnier <monnier@i...> |
| Subject: | Re: Efficency of varient types |
> I am working on a program that translates code from scheme into ocaml.
> (Later I will try python into ocaml.) Because it is a dynamicly
> typed language, the most natural translation would make everything a
> function of a large variant type like:
Google for "soft typing". You can start without soft typing and add it
later on to get better performance.
Stefan