[bitc-dev] OCaml syntax question

Florian Weimer fw at deneb.enyo.de
Thu Mar 5 11:48:03 EST 2009


* Geoffrey Irving:

> How is this different from C?

I think C is the wrong comparison becaue C allows things like:

   if (cond)
       f ();
       g ();
   h ();

Ocaml and Standard ML suffer from this problem, too.


More information about the bitc-dev mailing list