Browse thread
[Caml-list] hash objectified
[
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: | henridf@l... |
| Subject: | Re: [Caml-list] hash objectified |
> > Hashtbl.add h "foo" "bar" <--> h#add "foo" "bar" > > > > Because it is shorter to type -> less errors, quicker programming > > OO can be cool. (see ruby) > > I'm not OO fan, but lazy :) > > If that's the reason, once you do > module H = Hashtbl > then > H.add h "foo" "bar" > is only two characters longer, and one shift shorter :-) > And the compiler ensures the exact type of h, and you know statically > what function you call -> less to keep in your head -> less errors, > quicker programming. > and quicker at runtime too i would assume. ------------------- 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