Browse thread
Ocaml compiler features
[
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: | Florian Weimer <fw@d...> |
| Subject: | Re: [Caml-list] Ocaml compiler features |
* Edgar Friendly: > As for changing the C language, 1: it's already written in stone Not quite true. After all, you don't actually use the language in the abstract, but there's a real compiler, which can issue as many warnings as its implementors deemed reasonable. For instance, it makes perfect sense to enforce certain style guidelines at the compiler level (proper indentation, mandatory braces except for "else if" etc.)