Browse thread
[Caml-list] Obj.magic, Obj.t etc.
[
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: | brogoff@s... |
| Subject: | Re: [Caml-list] Obj.magic, Obj.t etc. |
On Fri, 15 Aug 2003, Marcin 'Qrczak' Kowalczyk wrote: > IMHO a separate float_array type would be better. I agree. > The main problem is that it would need a different syntax for element access > and separate versions of Array functions. You couldn't use the same code polymorphically for int > and float arrays, but we don't have polymorphic arithmetic anyway... Also, we already have the same problem now with respect to array syntax for strings and bigarrays (and hashtables and ...). > I wonder if it's improved when generics are adopted. I think it will improve a lot of things, if something like generics is in the language. However, there is another issue lurking here, about whether the Array element is boxed or not. In the Clean language the distinction is in the type system. -- Brian ------------------- 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